We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232cd01 commit 496157bCopy full SHA for 496157b
content/404.html
@@ -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
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