- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
32 lines (26 loc) · 677 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (26 loc) · 677 Bytes
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
<!DOCTYPE html>
<htmllang="pt-br">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Hora do Dia</title>
<linkrel="stylesheet" href="estilo.css">
</head>
<bodyonload="load()">
<header>
<h1>Hora do Dia</h1>
</header>
<section>
<divid="mensagem">
</div>
<divid="foto">
<imgid="imagem" src="fotomanha.png" alt="Foto do Dia">
</div>
</section>
<footer>
<p>© Renan Dias</p>
</footer>
<scriptsrc="script.js"></script>
</body>
</html>