-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1023 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
27
28
29
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/logo.svg" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Font Awesone -->
<script src="https://kit.fontawesome.com/c3ef53a0a4.js" crossorigin="anonymous"></script>
<!-- JavaScript -->
<script src="./js/script.js"></script>
<title>Bruno H | Gênesis</title>
</head>
<body>
<div class="main-game">
<div class="genius">
<div class="blue"></div>
<div class="yellow"></div>
<div class="red"></div>
<div class="green"></div>
</div>
</div>
<script type="text/javascript" src="./js/script.js"></script>
</body>
</html>