-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
36 lines (30 loc) · 1.21 KB
/
404.html
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
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Max Francis - Cybersecurity</title>
</head>
<body>
<h1>Max Francis - Cybersecurity</h1>
</body>
<hr>
<nav>
<button onclick="location.pathname='/index.html'" type="button">Blog</button>
<button onclick="location.pathname='/about.html'" type="button">About</button>
</nav>
<hr>
<h1>404 - Page Not found</h1>
<p>The 404 (Not Found) status code indicates that the origin server did
not find a current representation for the target resource or is not
willing to disclose that one exists. A 404 status code does not
indicate whether this lack of representation is temporary or
permanent; the 410 (Gone) status code is preferred over 404 if the
origin server knows, presumably through some configurable means, that
the condition is likely to be permanent.</p>
<p>A 404 response is cacheable by default; i.e., unless otherwise
indicated by the method definition or explicit cache controls (see <a
href="https://www.rfc-editor.org/rfc/rfc7234#section-4.2.2">Section 4.2.2 of [RFC7234]</a>).</p>
<hr>
<footer>Max Francis - CC By Attribution</footer>
</html>