summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/404-icon.xcfbin0 -> 6060 bytes
-rw-r--r--assets/ping.aup3 (renamed from ping.aup3)bin57344 -> 57344 bytes
-rw-r--r--assets/pong.xcf (renamed from pong.xcf)bin2194 -> 2194 bytes
-rw-r--r--static/404/404.png (renamed from static/404.png)bin1034642 -> 1034642 bytes
-rw-r--r--static/404/icon.pngbin0 -> 3678 bytes
-rw-r--r--templates/404.html.template3
6 files changed, 2 insertions, 1 deletions
diff --git a/assets/404-icon.xcf b/assets/404-icon.xcf
new file mode 100644
index 0000000..b63a0f6
--- /dev/null
+++ b/assets/404-icon.xcf
Binary files differ
diff --git a/ping.aup3 b/assets/ping.aup3
index da7c415..da7c415 100644
--- a/ping.aup3
+++ b/assets/ping.aup3
Binary files differ
diff --git a/pong.xcf b/assets/pong.xcf
index 2c031bf..2c031bf 100644
--- a/pong.xcf
+++ b/assets/pong.xcf
Binary files differ
diff --git a/static/404.png b/static/404/404.png
index 72d9d02..72d9d02 100644
--- a/static/404.png
+++ b/static/404/404.png
Binary files differ
diff --git a/static/404/icon.png b/static/404/icon.png
new file mode 100644
index 0000000..038ea8d
--- /dev/null
+++ b/static/404/icon.png
Binary files differ
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>