-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 736 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylo.css">
<link rel="stylesheet" type="text/css" href="normalize.css">
<title>error 404</title>
</head>
<body>
<h2 class="title">404 NOT FOUND</h2>
<!-- <img class="image" src="error.jpg"> -->
<h3 class="error">404</h3>
<h3 class="notice">I have bad news for you</h3>
<p class="prf">the page you are looking for might be removed or is temporarily unavailable</p>
<a class="return" href="">BACK TO HOMEPAGE</a>
<footer class="footer">
<a>© Copyright-Desarrollado por Eloy Alcala 2022</a>
</footer>
</body>
</html>