-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (27 loc) · 847 Bytes
/
404.html
File metadata and controls
27 lines (27 loc) · 847 Bytes
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="author" href="humans.txt">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="me" href="https://framapiaf.org/@skarfester">
<title>Página no encontrada</title>
</head>
<body>
<div class="pagina">
<header>
<h1>skarfester.github.io</h1>
</header>
<main>
<p class="error">Error 404: Página no encontrada</p>
<ul>
<li><a href="viejaescuela.html">Vieja Escuela: el juego de rol</a></li>
</ul>
</main>
<footer>
<p>2024-2025 <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" title="Creative Commons Atribución - CompartirIgual">CC BY-SA</a> <a href="humans.txt">David F. Fernández</a></p>
</footer>
</div>
</body>
</html>