diff options
| -rw-r--r-- | pong.xcf | bin | 0 -> 2194 bytes | |||
| -rw-r--r-- | static/pong.png | bin | 0 -> 915 bytes | |||
| -rw-r--r-- | templates/pong.html.template | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/pong.xcf b/pong.xcf Binary files differnew file mode 100644 index 0000000..2c031bf --- /dev/null +++ b/pong.xcf diff --git a/static/pong.png b/static/pong.png Binary files differnew file mode 100644 index 0000000..70670b9 --- /dev/null +++ b/static/pong.png 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"> |
