diff --git a/hypn0/templates/_base.html b/hypn0/templates/_base.html index f4b10a4..4045afe 100644 --- a/hypn0/templates/_base.html +++ b/hypn0/templates/_base.html @@ -11,7 +11,6 @@ {% block PAGE_TITLE %}hypn0: SVG-matrix of Hypnotoad — инструмент цифрового гипно-маркетинга{% endblock %} - @@ -26,9 +25,13 @@ {# Шутка #} + + {# !CANONICAL #} + - - {% if IS_DEBUG %}{% comment %} + + + {% if IS_DEBUG %}{% comment %} Переключение dev/prod стилей Tailwind CSS происходит АВТОМАТИЧЕСКИ через переменную IS_DEBUG (см. контексный-процессор frontend/context_processors.py), DEV: tailwindcss из CDN, компилируется прямо в браузере. Удобно diff --git a/public/static/img/apple-touch-icon.png b/public/static/img/apple-touch-icon.png new file mode 100644 index 0000000..6f67d45 Binary files /dev/null and b/public/static/img/apple-touch-icon.png differ diff --git a/public/static/img/favicon.ico b/public/static/img/favicon.ico new file mode 100644 index 0000000..c495ade Binary files /dev/null and b/public/static/img/favicon.ico differ diff --git a/public/static/img/favicon.png b/public/static/img/favicon.png new file mode 100644 index 0000000..b26dce7 Binary files /dev/null and b/public/static/img/favicon.png differ diff --git a/public/static/img/site.webmanifest b/public/static/img/site.webmanifest new file mode 100644 index 0000000..a31de30 --- /dev/null +++ b/public/static/img/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "hypn0", + "short_name": "hypn0", + "icons": [ + { + "src": "/static/img/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/static/img/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/public/static/img/web-app-manifest-192x192.png b/public/static/img/web-app-manifest-192x192.png new file mode 100644 index 0000000..913ec83 Binary files /dev/null and b/public/static/img/web-app-manifest-192x192.png differ diff --git a/public/static/img/web-app-manifest-512x512.png b/public/static/img/web-app-manifest-512x512.png new file mode 100644 index 0000000..da0357e Binary files /dev/null and b/public/static/img/web-app-manifest-512x512.png differ