diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 10:58:28 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-07-25 10:59:30 -0700 |
| commit | de5b309e0f06e93a963e09ef13c369ae7deeccc9 (patch) | |
| tree | 87f0dec5650648640c6fc3119f32f7631b323f53 /templates/games/pong.html.template | |
| parent | Move pong into games/ subdirectory (diff) | |
| download | roseh.moe-de5b309e0f06e93a963e09ef13c369ae7deeccc9.tar.zst | |
Port a game I wrote a long time ago to JS
Diffstat (limited to 'templates/games/pong.html.template')
| -rw-r--r-- | templates/games/pong.html.template | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <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> + <link rel="icon" href="/static/games/pong/icon.webp"> + <script defer src="/static/games/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> |
