aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index cb2de82..4f8a6e3 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,11 @@
<title>1942</title>
</head>
-<body bgcolor="black">
- <canvas width="320" height="200" style="background-color: grey;"></canvas>
+<body>
+ <div class="h-gradient">GAME IS LOADING</div>
+ <canvas width="320" height="200"></canvas>
+ <button>START THE GAME</button>
+ <h1 class="help">/ is fire button, WSAD to move, spacebar to roll</h1>
<script type="module" src="/src/main.ts"></script>
</body>