Skip to content

Commit 9411b25

Browse files
authored
Update 404.html
1 parent 79f9709 commit 9411b25

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

404.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<meta name="theme-color" content="#000">
77
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
88
<link rel="shortcut icon" href="/icons/app-favicon.png">
9+
<style>
10+
a:hover {
11+
text-decoration: underline !important;
12+
}
13+
</style>
914
</head>
1015
<body style="
1116
display: flex;
@@ -18,13 +23,16 @@
1823
max-width: 500px;
1924
margin: auto;
2025
padding: 0 20px;
21-
">
26+
" ontouchstart>
2227
<p style="
2328
font-size: 19px;
2429
line-height: 1.5;
2530
margin-bottom: 40px;
2631
margin-top: 0;
2732
">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>
28-
<p style="text-align:right;font-style:italic;color:gray;margin-top: 0;margin-bottom: 0;">- Bill Wurtz<br><br>404 not found</p>
33+
<p style="text-align:right;font-style:italic;color:gray;margin-top: 0;margin-bottom: 0;"><a href="https://billwurtz.com/questions/questions.html" style="
34+
text-decoration: none;
35+
color: hsl(0deg 0% 66%);
36+
">- Bill Wurtz</a><br><br>404 not found</p>
2937
</body>
3038
</html>

0 commit comments

Comments
 (0)