-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
38 lines (38 loc) · 2.04 KB
/
404.html
File metadata and controls
38 lines (38 loc) · 2.04 KB
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
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<meta name="referrer" content="no-referrer">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self'; font-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'none'; form-action 'self'">
<meta name="robots" content="index, nofollow">
<meta name="author" content="Tech1k">
<title>404 Not Found</title>
<link rel="shortcut icon" href="/assets/favicon.png?v=3"/>
<link rel="manifest" href="/site.webmanifest"/>
<link rel="apple-touch-icon" href="/assets/icon.png?v=1"/>
<link rel="alternate" type="application/rss+xml" title="CypherToshi RSS" href="/rss.xml"/>
<link rel="stylesheet" href="/assets/style.css?v=6">
</head>
<body>
<div id="main">
<div class="center">
<h1>404 Not Found</h1>
<p>It seems this page doesn't exist in this realm.</p>
<h3>
<a href="/">Home</a> |
<a href="/links">Links</a> |
<a href="/notes">Notes</a> |
<a href="/tools">Toolkit</a> |
<a href="/contact">Contact</a>
</h3>
</div>
<br/>
<hr/>
<footer>
<p style="text-align:center;">An initiative started April 15, 2025 by <a href="https://tech1k.com" target="_blank" rel="noopener">Tech1k</a>. This site is <a href="https://github.com/Tech1k/cyphertoshi.com" target="_blank" rel="noopener">open-source</a>, with code under <a href="https://github.com/Tech1k/cyphertoshi.com/blob/master/LICENSE" target="_blank" rel="noopener">MIT</a> and words under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">CC BY 4.0</a>.</p>
</footer>
</div>
</body>
</html>