-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
50 lines (36 loc) · 1.61 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | Blog de Juan Picca</title>
<link rel="stylesheet" href="/css/style.css" />
</head>
<body>
<nav>
<ul class="menu">
<li><a href="/">Inicio</a></li>
<li><a href="/posts/">Artículos</a></li>
<li><a href="/notes/">Notas</a></li>
<li><a href="/about/">Sobre mi</a></li>
<li><a href="/index.xml">rss</a></li>
</ul>
<hr/>
</nav>
<h1>Página no encontrada</h1>
<div style="font-family: monospace, fixed; font-weight: bold;">
<span style="">   __ __   ____    __ __</span><br />
<span style="">  / // /  / __ \  / // /</span><br />
<span style=""> / // /_ / / / / / // /_</span><br />
<span style="">/__  __// /_/ / /__  __/</span><br />
<span style="">  /_/   \____/    /_/   </span><br />
<span style="">                        </span><br />
</div>
<p>
Es posible que la página que esté buscando haya sido cambiada de lugar.<br/>
¿Porqué no aprovechar para revisar nuevamente el contenido del sitio?.
</p>
<footer>
</footer>
</body>
</html>