-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (22 loc) · 999 Bytes
/
404.html
File metadata and controls
22 lines (22 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<title>RetroLilly's Brain - 404</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/images/favicon.ico" type="image/icon">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
</head>
<body>
<h1 class="twcenmt" style="font-size: 72px; text-align: center; color: #ffffff; text-shadow: 2px 2px 0px #383838;">>.<</h1>
<br>
<h1 class="twcenmt" style="font-size: 36px; text-align: center; color: #ffffff; text-shadow: 2px 2px 0px #383838;">404 - Page Not Found</h1>
<br>
<h2 class="twcenmt" style="font-size: 24px; text-align: center; color: #ffffff; text-shadow: 2px 2px 0px #383838;">This page doesn't exist or someone broke something.</h2>
<br>
<br>
<div style="text-align: center;">
<a href="index.html" class="twcenmt" style="font-size: 20px; color: #ffffff; text-shadow: 2px 2px 0px #383838;">Return Home</a>
</div>
</body>
</html>