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.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pong.html.template b/templates/pong.html.template
index e7a00c4..acf7ec0 100644
--- a/templates/pong.html.template
+++ b/templates/pong.html.template
@@ -2,7 +2,7 @@
<html lang="en" style="width:100%;height:100%;margin:0;padding:0">
<head>
<title>Pong</title>
- <!-- TODO: page icon? -->
+ <link rel="icon" href="/static/pong.png">
<script defer src="/static/pong.js"></script>
</head>
<body style="width:100%;height:100%;margin:0;padding:0">