-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelojdigital.html
More file actions
38 lines (35 loc) · 1.04 KB
/
Copy pathrelojdigital.html
File metadata and controls
38 lines (35 loc) · 1.04 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
<!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="dashboard.css">
<title>Reloj Digital</title>
</head>
<body class="body-invididual">
<header>
<a href="index.html">
<img src="./Icons/Fly-Home-Icon.jpg" alt="fly-home"/>
<h3>Fly Home</h3>
</a>
</header>
<main class="dashboard-grid">
<section id="clock-section" class="clock-section">
<div id="reloj-container" class="reloj-container">
</div>
</section>
</main>
<footer class="footer">
<nav>
<a href="estacionmeteorologica.html">
<img src="./Icons/nubeIcon.png" alt="cloud"></a>
<a href="creadorcontrasenia.html">
<img src="./Icons/lock-Icon.png" alt="lock"></a>
<a href="listadolinks.html">
<img src="./Icons/linkIcon.png" alt="chain"></a>
</nav>
</footer>
<script src="reloj.js"></script>
<script src="main.js"></script>
</body>
</html>