-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (30 loc) · 1.72 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jogo da Memória</title>
<link rel="shortcut icon" href="logo.svg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="dist/css/app.css">
<meta name="description" content="Jogo da memória com o bss.graff e tagdiscoo">
</head>
<body>
<main>
<div reset-game class="resetLevel">
<button><svg class="svg-inline--fa fa-arrow-rotate-right" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="arrow-rotate-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M496 48V192c0 17.69-14.31 32-32 32H320c-17.69 0-32-14.31-32-32s14.31-32 32-32h63.39c-29.97-39.7-77.25-63.78-127.6-63.78C167.7 96.22 96 167.9 96 256s71.69 159.8 159.8 159.8c34.88 0 68.03-11.03 95.88-31.94c14.22-10.53 34.22-7.75 44.81 6.375c10.59 14.16 7.75 34.22-6.375 44.81c-39.03 29.28-85.36 44.86-134.2 44.86C132.5 479.9 32 379.4 32 256s100.5-223.9 223.9-223.9c69.15 0 134 32.47 176.1 86.12V48c0-17.69 14.31-32 32-32S496 30.31 496 48z"></path></svg></button>
</div>
<h1>Jogo da Memória</h1>
<p>
<a href="https://www.instagram.com/bss.graff/" target="_blank">@bss.graff</a> &
<a href="https://www.instagram.com/tagdiscoo/" target="_blank">@tagdiscoo</a>
</p>
<div class="game" data-game>
</div>
<footer>
<p>© Copyright - <a href="https://kaualf.netlify.app" target="_blank">Kauã Landi</a></p>
</footer>
</main>
<script src="dist/js/index.js"></script>
</body>
</html>