From 2ee13b8746f0449b62d124ae65a0b5afdff0b6cc Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 18 Oct 2024 17:20:43 -0700 Subject: Add a page icon for pong. --- pong.xcf | Bin 0 -> 2194 bytes static/pong.png | Bin 0 -> 915 bytes templates/pong.html.template | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pong.xcf create mode 100644 static/pong.png diff --git a/pong.xcf b/pong.xcf new file mode 100644 index 0000000..2c031bf Binary files /dev/null and b/pong.xcf differ diff --git a/static/pong.png b/static/pong.png new file mode 100644 index 0000000..70670b9 Binary files /dev/null and b/static/pong.png differ diff --git a/templates/pong.html.template b/templates/pong.html.template index e7a00c4..acf7ec0 100644 --- a/templates/pong.html.template +++ b/templates/pong.html.template @@ -2,7 +2,7 @@ Pong - + -- cgit v1.3.1