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 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/games/index.html.template (limited to 'templates/games/index.html.template') 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}} + +
+ +
-- cgit v1.3.1