Переглянути джерело

Add input for initializing the stack

ApisNecros 2 роки тому
батько
коміт
a8d2529631
1 змінених файлів з 3 додано та 0 видалено
  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>