-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.57 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="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Encontre o Teló</title>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&display=swap">
<link type="text/css" rel="stylesheet" href="/3cards/assets/style.css">
<script type="text/javascript" src="/3cards/assets/script.js" defer></script>
</head>
<body>
<div class="container">
<header>
<h1>Encontre o Teló</h1>
<p class="desc">Clique em <em>Começar</em> e encontre a imagem <strong>diferente</strong> do Michel Teló.</p>
<div class="btn-line">
<a id="start">Carregando...</a>
</div>
</header>
<main>
<div id="monte"></div>
</main>
<footer>
<div>Imagens
<span><a href="https://www.instagram.com/micheltelo" target="_blank">@micheltelo</a></span>
<span class="fd hide"><a href="https://www.instagram.com/filipedeschamps"
target="_blank">@filipedeschamps</a></span>
<span class="df hide"><a href="https://www.instagram.com/dieegosf" target="_blank">@dieegosf</a></span>
</div>
<div>
<a href="https://github.com/FagnerJB/3cards" target="_blank">Código</a>
<a href="https://fagnerjb.com/license#2019" target="_blank">por</a>
<a href="https://fagnerjb.com/" target="_blank">Fagner JB.</a>
</div>
</footer>
</div>
</body>
</html>