about summary refs log tree commit diff stats
path: root/js/game-frame/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/game-frame/index.html')
-rw-r--r--js/game-frame/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/game-frame/index.html b/js/game-frame/index.html
index a18d1d2..8a53a06 100644
--- a/js/game-frame/index.html
+++ b/js/game-frame/index.html
@@ -8,12 +8,13 @@
 </head>
 <body>
     <main>
+        <p id="stats"></p>
+        <canvas id="gameCanvas"></canvas>
+        <p id="dialog"></p>
         <ul>
             <li id="coordinates"></li>
             <li id="canvasCoordinates"></li>
         </ul>
-        <p id="stats"></p>
-        <canvas id="gameCanvas"></canvas>
     </main>
     <script src="game.js"></script>
 </body>