Skip to content

Commit 8bb6c7c

Browse files
authored
Update 404.html
1 parent baf2fe7 commit 8bb6c7c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

404.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<!DOCTYPE html>
2-
<html style="background:#000;height: 100%;"><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="
2+
<html style="background:#000;height: 100%;">
3+
<head>
4+
<title>404 not found</title>
5+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
6+
</head>
7+
<body style="
38
display: flex;
49
flex-flow: column;
510
justify-content: center;
@@ -10,12 +15,13 @@
1015
max-width: 500px;
1116
margin: auto;
1217
padding: 0 20px;
13-
"><p style="
18+
">
19+
<p style="
1420
font-size: 19px;
1521
line-height: 1.5;
1622
margin-bottom: 40px;
1723
margin-top: 0;
1824
">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>
1925
<p style="text-align:right;font-style:italic;color:gray;margin-top: 0;margin-bottom: 0;">- Bill Wurtz<br><br>404 not found</p>
20-
21-
</body></html>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)