-
Notifications
You must be signed in to change notification settings - Fork 164
/
index.html
26 lines (22 loc) · 986 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<link rel="stylesheet" href="style.css">
<body>
<div class="container">
<div class="game-wrap">
<canvas width="960px" height="540" id="game"></canvas>
<article class="content">
<h1 class="title"><span>C</span><span>o</span><span>l</span><span>o</span><span>r</span><span> </span><span>B</span><span>l</span><span>a</span><span>s</span><span>t</span></h1>
<p>Use the <code>Left</code> and <code>Right</code> Arrows or <code>A</code> and <code>D</code> keys to move, <code>Spacebar</code> to shoot.</p>
<p><a href="https://codepen.io/natewiley/full/EGyiF" target="_blank">Click here to play in full mode</a></p>
</article>
</div>
</div>
<script src="script.js"></script>
</body>
</html>