summaryrefslogtreecommitdiffstats
path: root/templates/404.html.template
blob: a5cccf65899fb39f979947676063a53f087ff353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Not Found</title>
		<link rel="icon" href="/static/404/icon.png">
	</head>
	<body>
		<center>
			<div style="padding-top: 100px">
				<font size="10"><code>{{.Path}}</code> was not found</font>
			</div>
			<div style="position:fixed;bottom:0px;width:100%">
				<img style="height:50vh" src="/static/404/404.png">
			</div>
		</center>
	</body>
</html>