diff options
| -rw-r--r-- | assets/404-icon.xcf | bin | 0 -> 6060 bytes | |||
| -rw-r--r-- | assets/ping.aup3 (renamed from ping.aup3) | bin | 57344 -> 57344 bytes | |||
| -rw-r--r-- | assets/pong.xcf (renamed from pong.xcf) | bin | 2194 -> 2194 bytes | |||
| -rw-r--r-- | static/404/404.png (renamed from static/404.png) | bin | 1034642 -> 1034642 bytes | |||
| -rw-r--r-- | static/404/icon.png | bin | 0 -> 3678 bytes | |||
| -rw-r--r-- | templates/404.html.template | 3 |
6 files changed, 2 insertions, 1 deletions
diff --git a/assets/404-icon.xcf b/assets/404-icon.xcf Binary files differnew file mode 100644 index 0000000..b63a0f6 --- /dev/null +++ b/assets/404-icon.xcf diff --git a/ping.aup3 b/assets/ping.aup3 Binary files differindex da7c415..da7c415 100644 --- a/ping.aup3 +++ b/assets/ping.aup3 diff --git a/pong.xcf b/assets/pong.xcf Binary files differindex 2c031bf..2c031bf 100644 --- a/pong.xcf +++ b/assets/pong.xcf diff --git a/static/404.png b/static/404/404.png Binary files differindex 72d9d02..72d9d02 100644 --- a/static/404.png +++ b/static/404/404.png diff --git a/static/404/icon.png b/static/404/icon.png Binary files differnew file mode 100644 index 0000000..038ea8d --- /dev/null +++ b/static/404/icon.png diff --git a/templates/404.html.template b/templates/404.html.template index b468b56..a5cccf6 100644 --- a/templates/404.html.template +++ b/templates/404.html.template @@ -2,6 +2,7 @@ <html lang="en"> <head> <title>Not Found</title> + <link rel="icon" href="/static/404/icon.png"> </head> <body> <center> @@ -9,7 +10,7 @@ <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"> + <img style="height:50vh" src="/static/404/404.png"> </div> </center> </body> |
