-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (26 loc) · 1015 Bytes
/
404.html
File metadata and controls
26 lines (26 loc) · 1015 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#5271ff">
<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=2"/>
<link rel="stylesheet" href="/assets/style.css?v=2">
</head>
<body>
<div id="main">
<div>
<h1>404 Not Found</h1>
<p>It seems this page doesn't exist in this realm.</p>
</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>.</p>
</footer>
</div>
</body>
</html>