-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 827 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./public/style.css" />
<title>space invaders</title>
</head>
<body>
<!--
<div class="game-intro">
<img src="./images/logo.png" alt="" class="logo-img" /> <br />
<button id="start-button">StartGame</button>
<p>Use the left and right arrow to control the car!</p>
<img src="./images/arrows.png" alt="" class="arrows-img" />
</div>
-->
<div id="canvas-invaders"></div>
<img style="display:none;" id="img" width="15%" height="15%" />
<script type="text/javascript" src="./public/bundle.js"></script>
</body>
</html>