summaryrefslogtreecommitdiffstats
path: root/templates/games/pong.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/games/pong.html.template')
-rw-r--r--templates/games/pong.html.template4
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>