Skip to content

Commit

Permalink
879
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorDanielAyarachiFuentes committed Oct 2, 2023
1 parent fe7dd30 commit 40ff627
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions detalle.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<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="./style.css">
</head>
<body>
<header>
<a class="volver-link" href="index.html">CIUDADES DEL MUNDO</a>
<a class="volver-link" href="index.html">🏙️ DETALLE DEL PAIS</a>
</header>


Expand All @@ -22,8 +24,11 @@
</section>

<footer>
<p>CIUDADES</p>
<p>CIUDADES 🌍</p>
<p>🌆 Explora. 🗺️ Descubre. ✈️ Viaja.</p>
</footer>


<script src="script.js"></script>
<script src="detalle.js"></script>

Expand Down
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
<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="./style.css">
</head>
<body>
<header>
<a class="volver-link" href="index.html">CIUDADES DEL MUNDO</a>
<a class="volver-link" href="index.html">🌍MUNDO🌍</a>
</header>


<section>
<nav>
<ul class="w3-sidebar w3-bar-block centered-list" id="city-list">
Expand All @@ -22,8 +25,10 @@


<footer>
<p>CIUDADES</p>
<p>CIUDADES 🌍</p>
<p>🌆 Explora. 🗺️ Descubre. ✈️ Viaja.</p>
</footer>

<script src="script.js"></script>
<script src="index.js"></script>
</body>
Expand Down

0 comments on commit 40ff627

Please sign in to comment.