blob: 00b03970169f5edcc2ea926e9fb71833ff50cd33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{{template "header.html" "Not Found | Mandible"}}
{{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"}}
|