mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 18:56:24 +03:00
Добавлен фавикон
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Dyxless</title>
|
||||
<link rel="manifest" href="{{ url_for('static', filename = '/site.webmanifest') }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename = 'img/apple-touch-icon.png') }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename = 'img/favicon-32x32.png') }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename = 'img/favicon-16x16.png') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename = 'css/bulma.min.css') }}" rel="stylesheet" type="text/css">
|
||||
<script src="{{ url_for('static', filename = 'js/base.js') }}"></script>
|
||||
<script src="https://kit.fontawesome.com/6bc4cd9a8e.js" crossorigin="anonymous"></script>
|
||||
|
||||
Reference in New Issue
Block a user