From 0e9b550cbeec4192dff7f760936fe1d85056a5f6 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 24 Jul 2026 19:07:10 -0700 Subject: Move pong into games/ subdirectory --- templates/games/pong.html.template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/games/pong.html.template (limited to 'templates/games') diff --git a/templates/games/pong.html.template b/templates/games/pong.html.template new file mode 100644 index 0000000..777e0d0 --- /dev/null +++ b/templates/games/pong.html.template @@ -0,0 +1,11 @@ + + + + Pong + + + + + + + -- cgit v1.3.1