forked from cors-errors/cors-errors.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (29 loc) · 628 Bytes
/
404.html
File metadata and controls
31 lines (29 loc) · 628 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
31
---
layout: page
title: Page not found
---
<h1>404 Not Found</h1>
<section>
<p>The page you requested doesn't seem to exist.</p>
<p>Perhaps you were looking for one of these pages?</p>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/faq">FAQ</a>
</li>
<li>
<a href="/header-checker">Header Checker</a>
</li>
<li>
<a href="/error-messages">Error Messages</a>
</li>
</ul>
</section>
<section>
<p>
If you've reached this page due to a mistake on our part then you can report it via
<a href="{{ site.repository }}/issues">GitHub</a>.
</p>
</section>