-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 822 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial=scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<script src="./js/script.js" defer></script>
<title>Dino Google</title>
</head>
<body>
<div class = "topo">
<img src="./img/logoAcreGame.png" alt="logoAcreGame" class="logo">
</div>
<div class="tela-do-jogo">
<img src="./img/nuvem.png" alt="nuvem" class="nuvem">
<img src="./img/dino.gif" alt="dino" class="dino">
<img src="./img/vaca.gif" alt="vaca" class="vaca">
</div>
<div class = "rodape">
<p><span>Acre Game - By Rick</span> © 2022</p>
</div>
</body>
</html>