]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.html
Should now run programs in the browser, just need to compile the examples and load...
[xonotic/gmqcc.git] / test.html
index 8fdd98ea7d0fd5bf649896a6d091eef0add36d9b..557baa745c29881d6213f28851fd30dff9603f13 100644 (file)
--- a/test.html
+++ b/test.html
@@ -48,6 +48,7 @@
                 <textarea id="input" rows="25" cols="100%" disabled="disabled"></textarea>
                 <br>
                 <button onclick="compile()">Execute</button>
+                <textarea id="args">Test</textarea>
                 <h4>Execution Output:</h4>
                 <textarea id="output" rows="25", cols="100%"></textarea>
             </section>