-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.17 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ciudades</title>
<link
type="image/png"
sizes="512x512"
rel="icon"
href="https://github.com/HectorDanielAyarachiFuentes/CIUDADES/blob/main/Imagenes/tierra.png?raw=true"
/>
<link rel="stylesheet" href="./CSS/style.css" />
</head>
<body>
<header>
<a class="volver-link" href="index.html">🌍MUNDO🌍</a>
</header>
</div>
</div>
<section>
<nav>
<button id="guess-button">"Si tu me quieres..."</button>
<audio id="audio-player" src="Hazme-Una-Señal-de-Roberto-Jordan-pero-con-un-dinosaurio-bailando-de-fondo-.mp3"></audio>
<ul class="w3-sidebar w3-bar-block centered-list" id="city-list">
<!-- Los enlaces se generarán automáticamente aquí desde el JSON -->
</ul>
</nav>
</section>
<footer>
<p>CIUDADES 🌍</p>
<p>🌆 Explora. 🗺️ Descubre. ✈️ Viaja.</p>
</footer>
<script src="./JS/script.js"></script>
<script src="./JS/index.js"></script>
</body>
</html>