Add PWA PNG icons

This commit is contained in:
rucki
2026-08-22 17:15:09 +02:00
parent 2b6056ae85
commit 345b30bbb8
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-title" content="my2dos">
<link rel="manifest" href="{% static 'manifest.webmanifest' %}">
<link rel="icon" href="{% static 'icon.svg' %}" type="image/svg+xml">
<link rel="apple-touch-icon" href="{% static 'icon.svg' %}">
<link rel="apple-touch-icon" href="{% static 'icon-192.png' %}">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://unpkg.com/htmx.org@1.9.12"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>