-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 874 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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">
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Namdhinggo:wght@400;500;600;700;800&family=New+Amsterdam&family=Pixelify+Sans&family=Protest+Revolution&display=swap" rel="stylesheet">
<title>LOADING</title>
</head>
<body>
<div id="gameContainer">
<div id="scoreText">Loading... 0%</div>
<canvas id="gameBoard" width="250" height="250"></canvas>
<button id="resetBtn">RELOAD</button>
</div>
<script src="index.js"></script>
</body>
</html>