diff --git a/app/static/images/favicon.png b/app/static/images/favicon.png new file mode 100644 index 0000000..b4c8136 Binary files /dev/null and b/app/static/images/favicon.png differ diff --git a/app/static/service-worker.js b/app/static/service-worker.js index cde8f2a..eb0f504 100644 --- a/app/static/service-worker.js +++ b/app/static/service-worker.js @@ -2,6 +2,7 @@ const CACHE_NAME = "putzliga-shell-v3"; const ASSETS = [ "/static/css/style.css", "/static/js/app.js", + "/static/images/favicon.png", "/static/images/logo-mark.png", "/static/images/pwa-icon-192.png", "/static/images/pwa-icon-512.png" diff --git a/app/templates/base.html b/app/templates/base.html index a05f942..b2f3c79 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -12,7 +12,8 @@ {% block title %}{{ app_name }}{% endblock %} - + +