-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (37 loc) · 1.32 KB
/
404.html
File metadata and controls
40 lines (37 loc) · 1.32 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
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="dark" />
<title>404 — Page Not Found | SCQCS</title>
<meta name="robots" content="noindex" />
<link rel="icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="404.css">
</head>
<body>
<div class="container">
<a href="/" class="logo">
<svg class="logo-icon" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="6" y="6" width="28" height="28" stroke="white" stroke-width="2.5" fill="none"/>
</svg>
<span class="logo-text">SCQCS</span>
</a>
<div class="code">404</div>
<h1>Page not found</h1>
<p>The page you're looking for doesn't exist or has been moved. Maybe the URL is wrong, or it was sealed away.</p>
<a href="/" class="btn">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M19 12H5M12 19l-7-7 7-7"/>
</svg>
Back to home
</a>
<div class="links">
<a href="/#what">About</a>
<a href="/#principles">Principles</a>
<a href="/#template">Use Template</a>
<a href="https://github.com/kmay89/SCQCS" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</div>
</body>
</html>