-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
20 lines (20 loc) · 742 Bytes
/
404.html
File metadata and controls
20 lines (20 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/main.css">
<title>404 - Page Not Found</title>
</head>
<body>
<iframe src="/navbar/navbar.html" frameborder="0" scrolling="no" width="100%" height="50px"></iframe>
<div class="section">
<div class="center_content_h">
<h1 class="super_big_centered">404</h1>
<h2>Oops!</h2>
<p>Looks like you stumbled upon a page that doesn't exist. Have a burger for your troubles.</p>
<img src="/assets/404/burger.png" alt="Burger Image" height="32px">
</div>
</div>
</body>
</html>