TT#78800 panel: modern favicon

Change-Id: Ib0eb89f4126db623744cb24112d5ae8adff589b8
pull/3/head
Victor Seva 5 years ago
parent b802f1eb0a
commit 296533e190

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

@ -7,7 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>{% block title %}{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="{% static 'panel/favicon.ico' %}"/>
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'panel/apple-touch-icon.png' %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'panel/favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'panel/favicon-16x16.png' %}">
<link rel="manifest" href="{% static 'panel/site.webmanifest' %}">
<!-- Bootstrap -->
<link href="{% static 'panel/css/bootstrap.min.css' %}" rel="stylesheet">
{% block extrahead %}{% endblock %}

Loading…
Cancel
Save