about summary refs log tree commit diff stats
path: root/html/plains/index.html
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2024-12-19 17:07:34 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2024-12-19 17:07:34 -0500
commit8a8ad9ab33524769b5327be78cfaadb426cf859d (patch)
treec58d1559f79dce24a80bbe47ba382be2c9525669 /html/plains/index.html
parent293df8c03c9307156f98b285674148e65ad896fa (diff)
downloadtour-8a8ad9ab33524769b5327be78cfaadb426cf859d.tar.gz
*
Diffstat (limited to 'html/plains/index.html')
-rw-r--r--html/plains/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/plains/index.html b/html/plains/index.html
index 0ca2807..af634ad 100644
--- a/html/plains/index.html
+++ b/html/plains/index.html
@@ -4,7 +4,7 @@
     <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.">
+    <meta name="description" content="Help little black square rescue the villagers, and battle the monsters.">
     <style>
         * {
             margin: 0;
@@ -24,6 +24,7 @@
 </head>
 <body>
     <canvas id="gameCanvas"></canvas>
+    <a href="about.html" style="position: absolute; top: 12px; right: 12px; color: black; text-decoration: underline; font-size: 16px;">About</a>
     <script src="enemies.js"></script>
     <script src="game.js"></script>
 </body>