diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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> |
