aboutsummaryrefslogtreecommitdiffstats
path: root/errors/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'errors/404.html')
-rw-r--r--errors/404.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/errors/404.html b/errors/404.html
new file mode 100644
index 0000000..1b3a8b5
--- /dev/null
+++ b/errors/404.html
@@ -0,0 +1,14 @@
+---
+layout: welcome
+sitemap: false
+permalink: /error/404.html
+---
+
+<div id="error-container" class="container d-flex h-100">
+ <div id="error-text" class="justify-content-center align-self-center">
+ <h1><i class="fa fa-exclamation-triangle"></i></h1>
+ <h1>Error: 404</h1>
+ <h3>Page not found!</h3>
+ <p>Im sorry but the page you are looking for can not be found at this time.</p>
+ </div>
+</div>