-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
193 lines (174 loc) · 4.94 KB
/
404.html
File metadata and controls
193 lines (174 loc) · 4.94 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SIGNAL LOST // ROBOT FLOW LABS</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@700;900&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<style>
:root {
--rf-accent: #FF3B00;
--rf-bg: #050505;
--rf-bg-panel: #1A1A1A;
--rf-border: #333333;
--rf-text: #ffffff;
--rf-text-dim: #999999;
--rf-text-muted: #666666;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'JetBrains Mono', monospace;
background: var(--rf-bg);
color: var(--rf-text);
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px;
overflow: hidden;
}
/* Scanline */
body::after {
content: '';
position: fixed;
inset: 0;
pointer-events: none;
z-index: 9999;
background: repeating-linear-gradient(
to bottom,
transparent,
transparent 2px,
rgba(0, 0, 0, 0.03) 2px,
rgba(0, 0, 0, 0.03) 4px
);
}
/* Grid */
body::before {
content: '';
position: fixed;
inset: 0;
pointer-events: none;
background-image:
linear-gradient(rgba(255, 59, 0, 0.02) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 59, 0, 0.02) 1px, transparent 1px);
background-size: 40px 40px;
}
.error-code {
font-family: 'Oswald', sans-serif;
font-size: clamp(80px, 20vw, 200px);
font-weight: 900;
color: var(--rf-accent);
line-height: 1;
letter-spacing: -4px;
opacity: 0.15;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
}
.content {
position: relative;
z-index: 1;
}
.signal-lost {
font-family: 'Oswald', sans-serif;
font-size: clamp(32px, 6vw, 56px);
font-weight: 900;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 8px;
}
.signal-lost span {
color: var(--rf-accent);
}
.module-label {
font-size: 14px;
color: var(--rf-text-dim);
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 32px;
}
.error-box {
background: var(--rf-bg-panel);
border: 2px solid var(--rf-border);
padding: 24px 32px;
margin-bottom: 40px;
text-align: left;
max-width: 500px;
}
.error-line {
font-size: 12px;
color: var(--rf-text-dim);
margin: 4px 0;
}
.error-line .key {
color: var(--rf-text-muted);
}
.error-line .val {
color: var(--rf-accent);
}
.btn {
font-family: 'Oswald', sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 14px 28px;
background: var(--rf-accent);
color: #000;
border: 2px solid var(--rf-accent);
text-decoration: none;
transition: all 0.15s;
display: inline-flex;
align-items: center;
gap: 8px;
}
.btn:hover {
background: #000;
color: var(--rf-accent);
box-shadow: 6px 6px 0px 0px rgba(255, 59, 0, 0.3);
}
.footer-text {
margin-top: 48px;
font-size: 10px;
color: var(--rf-text-muted);
letter-spacing: 2px;
text-transform: uppercase;
}
/* Glitch animation on title */
@keyframes glitch {
0%, 100% { transform: translate(0); }
20% { transform: translate(-2px, 2px); }
40% { transform: translate(2px, -2px); }
60% { transform: translate(-1px, -1px); }
80% { transform: translate(1px, 1px); }
}
.signal-lost {
animation: glitch 3s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
.signal-lost { animation: none; }
}
</style>
</head>
<body>
<div class="error-code">404</div>
<div class="content">
<h1 class="signal-lost"><span>SIGNAL</span> LOST</h1>
<p class="module-label">MODULE NOT FOUND</p>
<div class="error-box">
<div class="error-line"><span class="key">STATUS ......</span> <span class="val">404 NOT FOUND</span></div>
<div class="error-line"><span class="key">SYSTEM ......</span> MISSION CONTROL</div>
<div class="error-line"><span class="key">MESSAGE .....</span> The requested module could not be located</div>
<div class="error-line"><span class="key">ACTION ......</span> Return to Mission Control</div>
</div>
<a href="/" class="btn">← RETURN TO MISSION CONTROL</a>
<p class="footer-text">ROBOT FLOW LABS // HK HEADQUARTERS // GLOBAL_NET</p>
</div>
</body>
</html>