Skip to content

Commit 90eab6e

Browse files
authored
Update 404.html
1 parent 9411b25 commit 90eab6e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

404.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
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">
99
<style>
10+
.quote::before {
11+
content: '"';
12+
color: gray;
13+
opacity: 0.5;
14+
font-size: 50px;
15+
position: absolute;
16+
top: -40px;
17+
left: -8px;
18+
}
1019
a:hover {
1120
text-decoration: underline !important;
1221
}
@@ -29,7 +38,7 @@
2938
line-height: 1.5;
3039
margin-bottom: 40px;
3140
margin-top: 0;
32-
">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>
41+
" class="quote">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>
3342
<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="
3443
text-decoration: none;
3544
color: hsl(0deg 0% 66%);

0 commit comments

Comments
 (0)