-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 844 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Jogo do Dinossauro</title>
<link rel="stylesheet" href="style.css"></link>
<script src="script.js" charset="UTF-8" defer></script>
</head>
<body>
<section class="titulo">
<h1>Jogo do Dinossauro</h1>
<h3>Pule os cactus para se salvar!</h3>
<p>O jogador com maior tempo de sobrevivência, ganha!</p>
<section class="pontos">
<p>Pontos: <span></span></p>
<p>Dificuldade: <span class="dificuldade"></span></p></p>
</section>
</section>
<section class="espaco">
</section>
<section class="background">
<section class="dino">
</section>
</section>
</body>
</html>