Explorar el Código

Add input for initializing the stack

ApisNecros hace 2 años
padre
commit
a8d2529631
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      index.html

+ 3 - 0
index.html

@@ -7,6 +7,9 @@
     </head>
     <body class="p-8">
         <div class="grid grid-cols-3 gap-10">
+            <div class="col-span-3">
+                <input type="text" id="stackInit" class="inline-block w-full p-2 border border-black rounded-sm" placeholder="Initial Stack" />
+            </div>
             <div>
                 <textarea id="script" class="w-full border border-black" rows="20" placeholder="11+n;"></textarea>
             </div>