Additional Clean Up, Favicons, etc.
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
<title>Icolotl Index</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/png" href="/static/favicon/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/static/favicon/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="Index" />
|
||||
<link rel="manifest" href="/static/site.webmanifest" />
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user