-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (26 loc) · 891 Bytes
/
404.html
File metadata and controls
27 lines (26 loc) · 891 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>
<head>
<meta charset="UTF-8">
<meta name="description" content="Alejandro Belgique's website.">
<meta name="keywords" content="Alejandro Belgique">
<meta name="author" content="Alejandro Belgique">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<style>
* {
text-align: center;
}
h1, p {
margin: initial;
}
</style>
<title>404 Page Not Found - Alejandro Belgique</title>
</head>
<body>
<h1>404: Page Not Found</h1>
<p style="margin: 10px;"><a href="/">Return to Home</a></p>
<p>⬇ Use WASD (or equivalent on any other layouts) or arrow keys ⬇</p>
<iframe src="/programming/sillygame/" style="width: 500px; height: 500px; border: 2px solid white" autofocus></iframe>
</body>
</html>