diff options
Diffstat (limited to 'templates/404.html.template')
| -rw-r--r-- | templates/404.html.template | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/404.html.template b/templates/404.html.template new file mode 100644 index 0000000..b468b56 --- /dev/null +++ b/templates/404.html.template @@ -0,0 +1,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> |
