From de5b309e0f06e93a963e09ef13c369ae7deeccc9 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 25 Jul 2026 10:58:28 -0700 Subject: Port a game I wrote a long time ago to JS --- templates/games/index.html.template | 8 ++++++++ templates/games/pong.html.template | 4 ++-- templates/games/stallman-shooter.html.template | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 templates/games/index.html.template create mode 100644 templates/games/stallman-shooter.html.template (limited to 'templates/games') diff --git a/templates/games/index.html.template b/templates/games/index.html.template new file mode 100644 index 0000000..a2e930b --- /dev/null +++ b/templates/games/index.html.template @@ -0,0 +1,8 @@ +{{define "head"}}Games{{end}} + +
+ +
diff --git a/templates/games/pong.html.template b/templates/games/pong.html.template index 777e0d0..a221023 100644 --- a/templates/games/pong.html.template +++ b/templates/games/pong.html.template @@ -2,8 +2,8 @@ Pong - - + + diff --git a/templates/games/stallman-shooter.html.template b/templates/games/stallman-shooter.html.template new file mode 100644 index 0000000..bf1f843 --- /dev/null +++ b/templates/games/stallman-shooter.html.template @@ -0,0 +1,20 @@ +{{define "head"}} + Stallman shooter + + + + + +{{end}} + + + + + + + + + +
+ +
-- cgit v1.3.1