summaryrefslogtreecommitdiff
path: root/_layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/404.html')
-rw-r--r--_layouts/404.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/404.html b/_layouts/404.html
new file mode 100644
index 0000000..4dd94a6
--- /dev/null
+++ b/_layouts/404.html
@@ -0,0 +1,13 @@
+---
+layout: page
+title: 404
+show_title: false
+---
+<div class="layout--404">
+ <div class="sign">
+ <h1>404</h1>
+ <p>Page not found :(</p>
+ </div>
+</div>
+
+{{ content }}