From 444cac47cda2b7a7f0cf13bdd8d861e946251c48 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 18 Oct 2024 17:44:28 -0700 Subject: Add an icon for the 404 page. --- assets/404-icon.xcf | Bin 0 -> 6060 bytes assets/ping.aup3 | Bin 0 -> 57344 bytes assets/pong.xcf | Bin 0 -> 2194 bytes ping.aup3 | Bin 57344 -> 0 bytes pong.xcf | Bin 2194 -> 0 bytes static/404.png | Bin 1034642 -> 0 bytes static/404/404.png | Bin 0 -> 1034642 bytes static/404/icon.png | Bin 0 -> 3678 bytes templates/404.html.template | 3 ++- 9 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/404-icon.xcf create mode 100644 assets/ping.aup3 create mode 100644 assets/pong.xcf delete mode 100644 ping.aup3 delete mode 100644 pong.xcf delete mode 100644 static/404.png create mode 100644 static/404/404.png create mode 100644 static/404/icon.png diff --git a/assets/404-icon.xcf b/assets/404-icon.xcf new file mode 100644 index 0000000..b63a0f6 Binary files /dev/null and b/assets/404-icon.xcf differ diff --git a/assets/ping.aup3 b/assets/ping.aup3 new file mode 100644 index 0000000..da7c415 Binary files /dev/null and b/assets/ping.aup3 differ diff --git a/assets/pong.xcf b/assets/pong.xcf new file mode 100644 index 0000000..2c031bf Binary files /dev/null and b/assets/pong.xcf differ diff --git a/ping.aup3 b/ping.aup3 deleted file mode 100644 index da7c415..0000000 Binary files a/ping.aup3 and /dev/null differ diff --git a/pong.xcf b/pong.xcf deleted file mode 100644 index 2c031bf..0000000 Binary files a/pong.xcf and /dev/null differ diff --git a/static/404.png b/static/404.png deleted file mode 100644 index 72d9d02..0000000 Binary files a/static/404.png and /dev/null differ diff --git a/static/404/404.png b/static/404/404.png new file mode 100644 index 0000000..72d9d02 Binary files /dev/null and b/static/404/404.png differ diff --git a/static/404/icon.png b/static/404/icon.png new file mode 100644 index 0000000..038ea8d Binary files /dev/null and b/static/404/icon.png 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 @@ Not Found +
@@ -9,7 +10,7 @@ {{.Path}} was not found
- +
-- cgit v1.3.1