-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (21 loc) · 841 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style.css">
<link rel="icon" href="imgs/turret2-placeholder.png">
<title>Polygon Revenge</title>
</head>
<body>
<main>
<h1 id="title" class="tema-claro-escuro">Polygon Revenge</h1>
<button id="Jogar"><a href="jogo.html"><h2 class="tema-claro-escuro">Jogar</h2></a></button>
<button id="Placar"><a href="placar.html"><h2 class="tema-claro-escuro">Placar</h2></a></button>
<button id="Creditos"><a href="credits.html"><h2 class="tema-claro-escuro">Créditos</h2></a></button>
</main>
<script src="JS/cheet.js"></script>
<script src="JS/jQuery.js"></script>
<script src="JS/pory.js"></script>
</body>
</html>