mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
add missing favicon to login template
This commit is contained in:
parent
1ac6da1f3e
commit
8678cdcadb
@ -7,7 +7,17 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>TA | Welcome</title>
|
<title>TA | Welcome</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
|
||||||
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon/apple-touch-icon.png' %}">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'favicon/favicon-32x32.png' %}">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'favicon/favicon-16x16.png' %}">
|
||||||
|
<link rel="manifest" href="{% static 'favicon/site.webmanifest' %}">
|
||||||
|
<link rel="mask-icon" href="{% static 'favicon/safari-pinned-tab.svg' %}" color="#01202e">
|
||||||
|
<link rel="shortcut icon" href="{% static 'favicon/favicon.ico' %}">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="TubeArchivist">
|
||||||
|
<meta name="application-name" content="TubeArchivist">
|
||||||
|
<meta name="msapplication-TileColor" content="#01202e">
|
||||||
|
<meta name="msapplication-config" content="{% static 'favicon/browserconfig.xml' %}">
|
||||||
|
<meta name="theme-color" content="#01202e">
|
||||||
{% if colors == "dark" %}
|
{% if colors == "dark" %}
|
||||||
<link rel="stylesheet" href="{% static 'css/dark.css' %}">
|
<link rel="stylesheet" href="{% static 'css/dark.css' %}">
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user