-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
28 lines (28 loc) · 1.36 KB
/
Copy path404.html
File metadata and controls
28 lines (28 loc) · 1.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 :: NODE NOT FOUND — SIM://ROOT</title>
<meta name="theme-color" content="#07080c">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<style>
body{margin:0;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;
background:#07080c;color:#dfe7f2;font-family:ui-monospace,Menlo,monospace;gap:14px;text-align:center;padding:20px}
body::before{content:"";position:fixed;inset:0;pointer-events:none;
background:repeating-linear-gradient(to bottom,rgba(255,255,255,.03) 0 1px,transparent 2px 4px);opacity:.5}
h1{font-size:clamp(3rem,10vw,6rem);margin:0;color:#00FF88;letter-spacing:-.04em;text-shadow:0 0 24px #00ff8855}
p{color:#8a96ac;margin:0;font-size:.95rem}
a{color:#00FF88;border:1px solid #00ff8844;background:#00ff8812;padding:10px 18px;border-radius:6px;
text-decoration:none;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-top:10px}
a:hover{background:#00ff8826}
small{color:#5c677b;font-size:.65rem;letter-spacing:.2em}
</style>
</head>
<body>
<h1>404</h1>
<p>> trace complete: node not found on this grid.</p>
<a href="./">← RETURN TO SIM://ROOT</a>
<small>SIM://ROOT · nothing here. that's the point.</small>
</body>
</html>