-
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) · 822 Bytes
/
404.html
File metadata and controls
20 lines (20 loc) · 822 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">
<title>404 — Not Found</title>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="resources/main.css">
</head>
<body>
<main class="container" style="padding-top:6rem; text-align:center">
<h1 style="font-size:2rem;margin-bottom:0.25rem">404 — Page not found</h1>
<p class="lead" style="margin-top:0;color:var(--muted)">Sorry — the page you're looking for doesn't exist.</p>
<p style="margin-top:1.25rem">
<a class="btn" href="/">Return home</a>
</p>
<p style="margin-top:2rem;color:var(--muted);font-size:.9rem">If you arrived here from a broken link, please check the URL or go back to the homepage.</p>
</main>
</body>
</html>