forked from knrn64/thesnakesecret
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (22 loc) · 905 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Snake Secret</title>
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<div class="game-container" style="width: 418px; height: 418px;">
<!-- <canvas id="game" width="608" height="608" style="display: none;"></canvas> -->
<canvas id="game" width="418" height="418" style="display: none;"></canvas>
<img class="startscreen" src="img/title-screen.gif">
<!-- <div class="youlostscreen" style="width: 608px; height: 608px; display: none;">
You lost.<br>Press Enter to start again.
</div> -->
</div>
<script src="scripts/index.js"></script>
</body>
</html>
<!-- С днём рождения, Игорь <3 -->