diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-25 22:44:33 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-25 22:44:33 -0700 |
| commit | c18135d1274d5012196073c0bc021d9868108291 (patch) | |
| tree | 5d59ee31b4aa9e72fd48fdefdcec426479b94c50 /templates/pong.html.template | |
| parent | Use tabs. (diff) | |
| download | roseh.moe-c18135d1274d5012196073c0bc021d9868108291.tar.zst | |
Get rid of the blog and use webp.
Diffstat (limited to 'templates/pong.html.template')
| -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 141a685..777e0d0 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> - <link rel="icon" href="/static/pong/icon.png"> + <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"> |
