summaryrefslogtreecommitdiffstats
path: root/templates/pong.html.template
diff options
context:
space:
mode:
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>