forked from leslieyip02/racing
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (20 loc) · 772 Bytes
/
index.html
File metadata and controls
26 lines (20 loc) · 772 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>racing</title>
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<link rel="icon" type="image/svg+xml" href="./assets/favicon.ico" />
</head>
<body id="menu-background">
<div id="select-text">Select a speeder:</div>
<div id="selectors">
<div id="speeder_0" class="selector"></div>
<div id="speeder_1" class="selector"></div>
<div id="speeder_2" class="selector"></div>
</div>
<div id="curtain"></div>
<canvas id="menu"></canvas>
<script type="application/javascript" src="./dist/index.bundle.js" ></script>
</body>
</html>