summaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..0be97a5
--- /dev/null
+++ b/templates/404.html
@@ -0,0 +1,27 @@
+{{template "header.html" "Not Found"}}
+{{template "navbar.html"}}
+
+<div class="jumbotron">
+ <div class="container -center">
+ <h1>
+ <i class="fa fa-exclamation-circle"></i>
+ <!--i class="mdi-alert-warning"></i--> Oooops, not found :(</h1>
+ <p>
+ The url <b>{{.}}</b> wasn't found on this server.
+ <br>
+ Maybe try again at the start page?
+ </p>
+ <!--p>
+ The url <b>{{.}}</b> wasn't found on this server.
+ <br>
+ Maybe try again at the start page?
+ </p-->
+ </div>
+</div>
+<div class="container">
+ <div class="row">
+ <div class="col-md-12 -center">
+ </div>
+ </div>
+</div>
+{{template "footer.html"}}