diff options
| author | horus_arch | 2015-04-19 22:09:52 +0200 |
|---|---|---|
| committer | horus_arch | 2015-04-19 22:09:52 +0200 |
| commit | 01e9a34952bd6ddd383680b0ca2312e476ad07a6 (patch) | |
| tree | 00902575e5c271cc5d35ea65aa8795b8caeb97bc /templates/404.html | |
| download | mandible-01e9a34952bd6ddd383680b0ca2312e476ad07a6.tar.gz | |
Initial commit.
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 27 |
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"}} |
