-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.44 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Início</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/inicio.css">
<link rel="icon" href="zombie.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div>
<img src="img/logo2.png" class="img-logo" alt="Logo da página">
</div>
</header>
<section class="principal">
<!--<img src="img/logo2.png" class="img-logo" alt="Logo da página">-->
<img src="img/jogodaforca929.png" class="titulo-principal">
<!--<h3 Class="titulo-secundario">☣ Tente adivinhar a palavra!</h3>-->
</section>
<section class="botoes">
<div class="botao">
<a href="forca.html"><button class="iniciar">Começar a Jogar</button></a>
</div>
<div class="botao2">
<a href="nova_palavra.html"><button class="nova-palavra">Adicionar Nova Palavra</button></a>
</div>
</section>
<footer class="rodape">
<a href=https://github.com/roundead777><img class="git" src="img/github.png"></a>
<a href=https://www.linkedin.com/in/rosalvo-menezes-388b18239/><img class="linked"src="img/linkedin.png"></a>
<a href=https://www.instagram.com/roundead/><img src="img/instagram.png" class="insta"></a></footer>
</body>
</html>