-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (34 loc) · 1.17 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JS13k - Human Invaders</title>
<link rel="stylesheet" href="CSS/campo.css">
<link rel="stylesheet" href="CSS/quadradinho.css">
<link rel="stylesheet" href="CSS/galaxy.css">
<link rel="stylesheet" href="CSS/astronalta.css">
<link rel="stylesheet" href="CSS/castelo.css">
<link rel="stylesheet" href="CSS/botao.css">
</head>
<body>
<div class="space stars1"></div>
<div class="space stars2"></div>
<div class="space stars3"></div>
<div class="space stars4"></div>
<div class="space stars5"></div>
<div class="space stars6"></div>
<nav>
<a id="botao1">🕳️</a>
<a id="botao2">🔥</a>
<a id="botao3">🚧</a>
<a id="botao4">💣</a>
<a id="botao5">🔫</a>
</nav>
<section>
<div id="campo"></div>
<div id="barra-esquerda"></div>
<div id="barra-direita"></div>
</section>
<script src="Js/quadriculado.js"></script>
</body>
</html>