fix: use favicon.png instead of svg
This commit is contained in:
@@ -5,8 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Администрирование</title>
|
<title>Администрирование</title>
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
||||||
<link rel="alternate icon" type="image/png" href="/static/favicon.png" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="header">
|
<header class="header">
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>МОНТ - инфрастуктурный полигон</title>
|
<title>МОНТ - инфрастуктурный полигон</title>
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
||||||
<link rel="alternate icon" type="image/png" href="/static/favicon.png" />
|
|
||||||
</head>
|
</head>
|
||||||
<body class="dashboard-page">
|
<body class="dashboard-page">
|
||||||
{% raw %}<style>
|
{% raw %}<style>
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>МОНТ - инфрастуктурный полигон</title>
|
<title>МОНТ - инфрастуктурный полигон</title>
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
||||||
<link rel="alternate icon" type="image/png" href="/static/favicon.png" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="login-corner-brand">МОНТ - инфрастуктурный полигон</div>
|
<div class="login-corner-brand">МОНТ - инфрастуктурный полигон</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user