diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-18 20:18:26 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-18 20:18:26 -0700 |
| commit | b880a4fccad7eb15ba8a6665e0e3a9a0c2696dce (patch) | |
| tree | 7adef2f3b9d2932e573ae172290d4911e93960e9 /templates/pong.html.template | |
| parent | 2f21143d31759882d6700f3223f16b9840b91871 (diff) | |
| download | roseh.moe-b880a4fccad7eb15ba8a6665e0e3a9a0c2696dce.tar.zst | |
Move some pong files into a subdirectory.
Diffstat (limited to 'templates/pong.html.template')
| -rw-r--r-- | templates/pong.html.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pong.html.template b/templates/pong.html.template index acf7ec0..141a685 100644 --- a/templates/pong.html.template +++ b/templates/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.png"> - <script defer src="/static/pong.js"></script> + <link rel="icon" href="/static/pong/icon.png"> + <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> |
