-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
34 lines (31 loc) · 1.18 KB
/
404.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404 | Página no encontrada</title>
<meta name="description"
content="La página que buscas no está disponible. Vuelve al inicio o explora otras secciones.">
<link rel="canonical" href="https://optimizadorweb.site/404">
<!-- Fonts -->
<link rel="preload" as="font" href="/assets/fonts/Inter-Regular.woff2" type="font/woff2" crossorigin="anonymous">
<!-- Styles -->
<link rel="preload" as="style" href="/css/404.css">
<link rel="stylesheet" href="/css/404.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/favicon/favicon.png">
</head>
<body>
<main>
<h1 class="message">Error 404 | Página no encontrada</h1>
<a class="back-link" href="/">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path
d="M7.82843 10.9999H20V12.9999H7.82843L13.1924 18.3638L11.7782 19.778L4 11.9999L11.7782 4.22168L13.1924 5.63589L7.82843 10.9999Z">
</path>
</svg>
Volver al sitio
</a>
</main>
</body>
</html>