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 +++++++++++ templates/pong.html.template | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 templates/games/pong.html.template delete mode 100644 templates/pong.html.template (limited to 'templates') 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 + + + + + + + diff --git a/templates/pong.html.template b/templates/pong.html.template deleted file mode 100644 index 777e0d0..0000000 --- a/templates/pong.html.template +++ /dev/null @@ -1,11 +0,0 @@ - - - - Pong - - - - - - - -- cgit v1.3.1