blob: 4f8a6e3cbd8b0a9442ef0e5d115ba613c0027b87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>1942</title>
</head>
<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>
</html>
|