diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-18 17:20:43 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-18 17:20:43 -0700 |
| commit | 2ee13b8746f0449b62d124ae65a0b5afdff0b6cc (patch) | |
| tree | cc93bb0d3842e3abd4c2dae30194a8dbe9a33856 /templates | |
| parent | 6f2519f5229ed8f037f0c062490cd2191e57da9c (diff) | |
| download | roseh.moe-2ee13b8746f0449b62d124ae65a0b5afdff0b6cc.tar.zst | |
Add a page icon for pong.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/pong.html.template | 2 |
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"> |
