-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
48 lines (46 loc) · 1.6 KB
/
index-old.html
File metadata and controls
48 lines (46 loc) · 1.6 KB
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
45
46
47
48
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/switcher.css" />
<link id="theme-link" rel="stylesheet" href="css/styles.css" />
<script type="module" src="js/app.js"></script>
<title>¿Lloverá?</title>
</head>
<body>
<header id="header">
<section>
<article id="titleArticle">
<div id="mainArticle">
<div id="location">Nether</div>
<div id="temperature">60º</div>
</div>
<div id="spoiler">Despejado</div>
<div id="mainFooter">
<div id="maxTemp">69º</div>
<div id="minTemp">42º</div>
</div>
<div id="horaUno">cerocero</div>
</article>
</section>
</header>
<main id="mainLine">
<div class="timeLine" id="col1">
<div>22:22</div>
<div>22:22</div>
<div>22:22</div>
<div>22:22</div>
</div>
<div class="timeLine" id="col2">
<div>22:22</div>
<div>22:22</div>
<div>22:22</div>
<div>22:22</div>
</div>
</main>
<nav id="menu">
<button id="toggle-theme">Cambiar Estilo</button>
</nav>
</body>
</html>