diff --git a/backend/public/favicon.png b/backend/public/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..c6dea5023d69633d0609e8b92e052eb936d449fa Binary files /dev/null and b/backend/public/favicon.png differ diff --git a/backend/templates/dashboard.ejs b/backend/templates/dashboard.ejs index 20dd2f73e830cd7b28700548b02dd871c6830d5b..44f8ec2a991b538e7f2988efb21659d49d930972 100644 --- a/backend/templates/dashboard.ejs +++ b/backend/templates/dashboard.ejs @@ -4,6 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" href="./public/favicon.png"> <title>Ötzi Game Dashboard</title>