summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/pong.html.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/pong.html.template b/templates/pong.html.template
new file mode 100644
index 0000000..e7a00c4
--- /dev/null
+++ b/templates/pong.html.template
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en" style="width:100%;height:100%;margin:0;padding:0">
+ <head>
+ <title>Pong</title>
+ <!-- TODO: page icon? -->
+ <script defer src="/static/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>