about summary refs log tree commit diff stats
path: root/html/plains/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/plains/index.html')
-rw-r--r--html/plains/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/html/plains/index.html b/html/plains/index.html
index 508e7e0..492e93f 100644
--- a/html/plains/index.html
+++ b/html/plains/index.html
@@ -1,7 +1,10 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <title>Top-down Adventure</title>
+    <title>Plains</title>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="Little black square wanted to be a fucking Jedi.">
     <style>
         * {
             margin: 0;
@@ -23,4 +26,5 @@
     <canvas id="gameCanvas"></canvas>
     <script src="game.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
+