summaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 0be97a5c4779b96d5c52d6de4b23d7c43eebd539 (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"}}
{{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"}}