We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6479295 commit a9fe686Copy full SHA for a9fe686
2 files changed
404.html
@@ -0,0 +1,25 @@
1
+---
2
+permalink: /404.html
3
+layout: default
4
5
+
6
+<style type="text/css" media="screen">
7
+ .container {
8
+ margin: 10px auto;
9
+ max-width: 600px;
10
+ text-align: center;
11
+ }
12
+ h1 {
13
+ margin: 30px 0;
14
+ font-size: 4em;
15
+ line-height: 1;
16
+ letter-spacing: -1px;
17
18
+</style>
19
20
+<div class="container">
21
+ <h1>404</h1>
22
23
+ <p><strong>Page not found :(</strong></p>
24
+ <p>The requested page could not be found.</p>
25
+</div>
index.md
@@ -0,0 +1,7 @@
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+# This is a Test page
0 commit comments