-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path404.html
More file actions
25 lines (22 loc) · 758 Bytes
/
404.html
File metadata and controls
25 lines (22 loc) · 758 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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page Not Found!</title>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
</head>
<body>
<div class="container">
<h2>Has caído en la zona de la muerte.
<br />
Debes esperar a que al profe se ponga en la tarea de actualizar el GitHub.
</h2>
<br />
<img class="ops" src="./assets/images/404.svg" />
<br />
<br />
<a class="buton" href="https://aquinteroz.github.io/Programacion/">Regresar al inicio</a>
</div>
</body>
</html>