Skip to content

Commit 496157b

Browse files
lunacodesmr-c
authored andcommitted
Add 404 pg
1 parent 232cd01 commit 496157b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

content/404.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
class: page-short
5+
---
6+
7+
<style type="text/css" media="screen">
8+
.container {
9+
text-align: center;
10+
}
11+
12+
.container-404 {
13+
margin: 10px auto;
14+
max-width: 600px;
15+
text-align: center;
16+
}
17+
18+
h1 {
19+
margin: 30px 0;
20+
font-size: 4em;
21+
line-height: 1;
22+
letter-spacing: -1px;
23+
}
24+
25+
p {
26+
font-size: 1rem;
27+
}
28+
29+
</style>
30+
31+
<div class="container-404">
32+
<h1>404</h1>
33+
<p><strong>Page not found :(</strong></p>
34+
<p>The requested page could not be found. Please visit our <a href="{{ site.url | absolute_url }}">homepage</a> instead.</p>
35+
</div>

0 commit comments

Comments
 (0)