summaryrefslogtreecommitdiffstats
path: root/templates/404.html.template
blob: 543a24722abd9668b30e822845bb6968cf2bf39e (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 src="/static/404/404.webp" alt="Reimu with question marks" style="height:50vh">
			</div>
		</center>
	</body>
</html>