-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.42 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
43
44
<!DOCTYPE html>
<html lang="pt-br">
<head onload="load()">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="refresh" content="10">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta rel="author" content="Nathan Silva - (Fire)">
<meta name="description" content="Project made to inform the time of day, it changes the style according to the time.">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/responsive.css">
<link id="favicon" rel="icon" href="./img/faviconmoning.png">
<title id="title">Project: Hora do Dia.</title>
</head>
<body onload="load()">
<header>
<h1>HORA DO DIA !!!</h1>
</header>
<section>
<div id="daymsg">
..
</div>
<div id="msg">
...
</div>
<div id="img">
<img id="photo" alt="Foto da Hora do Dia.">
</div>
<div id="msg2">
...
</div>
</section>
<footer>
<a href="https://www.instagram.com/firecsgo/" target="_blank"><p>© Nathan Silva - Development.</p></a>
<a href="https://www.instagram.com/marii_20562/" target="_blank"><p>© Mariza Silva - Photos.</p></a>
</footer>
<script src="./js/index.js"></script>
<script src="./js/steregg.js"></script>
</body>
</html>