Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
change relative routes by github urls
  • Loading branch information
manuel14mds authored Mar 13, 2024
1 parent f2482b9 commit fc44269
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not found</title>
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="https://inkua.github.io/conversor-horario/css/index.css">
<style>
.main {
max-width: 80%;
Expand Down Expand Up @@ -85,11 +85,11 @@
<body>
<header class="header">
<a href="#">
<img class="logo" src="/assets/img/logo.png" alt="logo"></img>
<img class="logo" src="https://inkua.github.io/conversor-horario/assets/img/logo.png" alt="logo"></img>
</a>
<h1>Fundación InkuA</h1>
<nav>
<a href="./pages/crear-reunion.html">
<a href="https://inkua.github.io/conversor-horario/pages/crear-reunion.html">
Crear reunion
</a>
</nav>
Expand All @@ -98,15 +98,15 @@ <h1>Fundación InkuA</h1>

<main class="main">
<div class="contentError">
<p><img class="imgNF" src="./assets/img/NF.png" alt="not found image"></p>
<p><img class="imgNF" src="https://inkua.github.io/conversor-horario/assets/img/NF.png" alt="not found image"></p>
<p class="error404"><span>&#9888;</span> 404 </p>
<p class="noEncontrada">Pagina no Encontrada</p>
<p class="messageError">La página que estás buscando no existe o ha sido removida. Sigue explorando nuestro sitio</p>
<a href="./index.html" class="regresoButton"> Regresar a inicio</a>
<a href="https://inkua.github.io/conversor-horario/index.html" class="regresoButton"> Regresar a inicio</a>

</div>

</main>

</body>
</html>
</html>

0 comments on commit fc44269

Please sign in to comment.