summaryrefslogtreecommitdiffstats
path: root/templates/404.html.template
blob: b30281f714283c01254c31db221b47ede02a4ff5 (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.webp">
	</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.webp">
			</div>
		</center>
	</body>
</html>