Skip to content

Commit 5fb739b

Browse files
committed
Add a 404 page
1 parent 134961c commit 5fb739b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

content/404.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
clean: false
3+
template: landing
4+
---
5+
6+
<section>
7+
8+
<h1>404</h1>
9+
10+
<h3>Not sure what you were looking for, but it's not here anymore.</h3>
11+
12+
</section>
13+
14+
<style>
15+
h1 {
16+
text-align: left;
17+
margin: 0;
18+
}
19+
h3 {
20+
margin-top: 0;
21+
}
22+
section {
23+
max-width: max-content;
24+
margin: 3vw auto 5em;
25+
}
26+
</style>

0 commit comments

Comments
 (0)