diff options
author | elioat <elioat@tilde.institute> | 2024-07-07 15:33:49 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-07-07 15:33:49 -0400 |
commit | fad4255f76a34308b925be2cc26061560dd1e5f8 (patch) | |
tree | 42526c0f2b129eab6fb7ca11cf3569d01ff948dd /js/puzzle-dungeon/index.html | |
parent | 2a8c3236e0c4b61e1e9e655960b23db315da6ad9 (diff) | |
download | tour-fad4255f76a34308b925be2cc26061560dd1e5f8.tar.gz |
*
Diffstat (limited to 'js/puzzle-dungeon/index.html')
-rw-r--r-- | js/puzzle-dungeon/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/puzzle-dungeon/index.html b/js/puzzle-dungeon/index.html index f8aa7ad..0144326 100644 --- a/js/puzzle-dungeon/index.html +++ b/js/puzzle-dungeon/index.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body, html { + font-size: 22px; background-color: #f0f0f0; margin: 0; padding: 0 1em; @@ -39,12 +40,13 @@ <span id="playerPower">Power: 10</span> / <span id="playerLevel">Level: 0</span> / <span id="playerPosition">(0, 0)</span> + <a href="about.html">About</a> </p> <canvas id="gameCanvas"></canvas> <p id="par">Par:</p> <p id="playerInventory">Inventory: []</p> <form id="commandForm"> - <textarea id="commands" rows="10" cols="30"></textarea><br> + <textarea id="commands" rows="7" cols="30"></textarea><br> <button type="submit">Submit</button> </form> <script type="module"> |