-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathError404.html
32 lines (32 loc) · 1.03 KB
/
Error404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="body__error404">
<sectition class="error__message">
<section class="error__mesage--container">
<h1 class="animated">404</h1>
<p class="error-text">Página no encontrada</p>
</section>
</sectition>
<aside>
<div class ="secciónDePrueba">
<nav>
<li class = "linkDePrueba"> Link de Prueba </li>
<li class = "linkDePrueba"> Link de Prueba </li>
<li class = "linkDePrueba"> Link de Prueba </li>
</nav>
</div>
</asie>
<footer class="Footer__Error404">
<a href="#">Términos de uso</a>
<a href="#">Declaración de privacidad</a>
<a href="#">Centro de ayuda</a>
</footer>
</body>
</html>