Skip to content

Commit 43ca913

Browse files
authored
Update 404.html
1 parent 522daa1 commit 43ca913

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

404.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
<html style="background:#000;color:#fff;font-family:system-ui">
1+
<!DOCTYPE html>
2+
<html style="background:#000;"><head><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no"></head><body style="
3+
display: flex;
4+
flex-flow: column;
5+
justify-content: center;
6+
height: 100%;
7+
margin: 0;
8+
color: #fff;
9+
font-family: system-ui;
10+
max-width: 500px;
11+
margin: auto;
12+
padding: 0 20px;
13+
"><p style="
14+
font-size: 19px;
15+
line-height: 1.5;
16+
margin-bottom: 40px;
17+
margin-top: 0;
18+
">Of course everything in the world has been thought of. But what about everything that's not yet in the world? There's way more of that, and none of it's been thought of.</p>
19+
<p style="text-align:right;font-style:italic;color:gray;margin-top: 0;margin-bottom: 0;">- Bill Wurtz<br><br>404 not found</p>
220

3-
<p>of course everything in the world has been thought of. but what about everything that's not yet in the world? there's way more of that, and none of it's been thought of</p>
4-
<p style="text-align:right;font-style:italic;color:gray">bill wurtz</p>
5-
</html>
21+
</body></html>

0 commit comments

Comments
 (0)