diff --git a/base/static/favicon/apple-touch-icon.png b/base/static/favicon/apple-touch-icon.png
deleted file mode 100644
index abb8a48..0000000
Binary files a/base/static/favicon/apple-touch-icon.png and /dev/null differ
diff --git a/base/static/favicon/favicon-96x96.png b/base/static/favicon/favicon-96x96.png
deleted file mode 100644
index beab288..0000000
Binary files a/base/static/favicon/favicon-96x96.png and /dev/null differ
diff --git a/base/static/favicon/favicon.ico b/base/static/favicon/favicon.ico
deleted file mode 100644
index 178d60c..0000000
Binary files a/base/static/favicon/favicon.ico and /dev/null differ
diff --git a/base/static/favicon/favicon.svg b/base/static/favicon/favicon.svg
deleted file mode 100644
index 63c10e0..0000000
--- a/base/static/favicon/favicon.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
diff --git a/base/static/favicon/site.webmanifest b/base/static/favicon/site.webmanifest
deleted file mode 100644
index af6d059..0000000
--- a/base/static/favicon/site.webmanifest
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "MyWebSite",
- "short_name": "MySite",
- "icons": [
- {
- "src": "/web-app-manifest-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "maskable"
- },
- {
- "src": "/web-app-manifest-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "maskable"
- }
- ],
- "theme_color": "#aa40bf",
- "background_color": "#ffffff",
- "display": "standalone"
-}
diff --git a/base/static/favicon/web-app-manifest-192x192.png b/base/static/favicon/web-app-manifest-192x192.png
deleted file mode 100644
index f7f97da..0000000
Binary files a/base/static/favicon/web-app-manifest-192x192.png and /dev/null differ
diff --git a/base/static/favicon/web-app-manifest-512x512.png b/base/static/favicon/web-app-manifest-512x512.png
deleted file mode 100644
index 9e4e381..0000000
Binary files a/base/static/favicon/web-app-manifest-512x512.png and /dev/null differ
diff --git a/base/templates/base.html b/base/templates/base.html
index 504228f..16be674 100644
--- a/base/templates/base.html
+++ b/base/templates/base.html
@@ -11,7 +11,7 @@
Musik
{% endblock title %}
- {% include "favicon.html" %}
+
-
-
-
-
-
-
diff --git a/musik/settings.py b/musik/settings.py
index 0f097d7..b89d791 100644
--- a/musik/settings.py
+++ b/musik/settings.py
@@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/5.2/ref/settings/
import os
from pathlib import Path
-VERSION = "0.4.4"
+VERSION = "0.4.3"
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
diff --git a/pyproject.toml b/pyproject.toml
index 0be7cd8..e6d684f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "musik"
-version = "0.4.4"
+version = "0.4.3"
description = "Le jeu de Musik."
readme = "README.md"
requires-python = ">=3.12"
diff --git a/uv.lock b/uv.lock
index 21e0387..580e3aa 100644
--- a/uv.lock
+++ b/uv.lock
@@ -423,7 +423,7 @@ wheels = [
[[package]]
name = "musik"
-version = "0.4.4"
+version = "0.4.3"
source = { virtual = "." }
dependencies = [
{ name = "celery" },