summaryrefslogtreecommitdiffstats
path: root/templates/pong.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-07-24 19:07:10 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-07-25 10:59:30 -0700
commit0e9b550cbeec4192dff7f760936fe1d85056a5f6 (patch)
tree4afe4b66e4e7da8a2bd9ab55228006c3381c9086 /templates/pong.html.template
parentFix path for URL and package indexes (diff)
downloadroseh.moe-0e9b550cbeec4192dff7f760936fe1d85056a5f6.tar.zst
Move pong into games/ subdirectory
Diffstat (limited to 'templates/pong.html.template')
-rw-r--r--templates/pong.html.template11
1 files changed, 0 insertions, 11 deletions
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 @@
-<!DOCTYPE html>
-<html lang="en" style="width:100%;height:100%;margin:0;padding:0">
- <head>
- <title>Pong</title>
- <link rel="icon" href="/static/pong/icon.webp">
- <script defer src="/static/pong/pong.js"></script>
- </head>
- <body style="width:100%;height:100%;margin:0;padding:0">
- <canvas id="pong" style="display:block;margin:0;padding:0"></canvas>
- </body>
-</html>