-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
30 lines (30 loc) · 670 Bytes
/
Copy path404.html
File metadata and controls
30 lines (30 loc) · 670 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
28
29
30
---
permalink: /404.html
---
<!doctype html>
<html>
<head>
<link rel="icon" href="images/favicon.ico">
<title>
Cramped: Error
</title>
<link rel="stylesheet" href="https://epicenterprograms.github.io/standards/formatting/foundation.css">
<link rel="stylesheet" href="/cramped/formatting.css">
</head>
<body>
<nav class="hidden-left-nav">
<iframe src="navigation.html"></iframe>
</nav>
<h1 class="main-title">
404 Error
</h1>
<main>
<h2>
The page you're looking for doesn't exist.
</h2>
<p>
You can click your browser's back arrow or try navigating with the contents hidden on the left.
</p>
</main>
</body>
</html>