blob: b468b5617cb5426053f2689b7116380a4a96bf00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Not Found</title>
</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.png">
</div>
</center>
</body>
</html>
|