about summary refs log tree commit diff
path: root/www/js-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/js-test.html')
-rw-r--r--www/js-test.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/js-test.html b/www/js-test.html
index 223827e..ccc6db8 100644
--- a/www/js-test.html
+++ b/www/js-test.html
@@ -10,11 +10,12 @@
         <div style="float: left"> <button onclick="window.location.href='/'" style="font-size: 20px">sh%t go back</button> </div>
         <div style="margin: auto; width: fit-content;"> <b> The Mighty HTML Page. Ew JS </b> </div>
     </header>
-    <div id="section-div">
-        <script src="/scripts/test.js"></script>
+    <div id="section-div" style="align-content: center;text-align: center;">
+        <canvas id="JSCanvas" width="512" height="512"></canvas>
     </div>
     <footer>
         <p> This is a page for testing various things </p>
     </footer>
+    <script src="/scripts/test.js"></script>
 </body>
 </html>