fix: use favicon.png instead of svg

This commit is contained in:
2026-05-07 07:23:56 +00:00
parent 7e94ddaf8d
commit 983065ac9f
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -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">
+1 -2
View File
@@ -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>
+1 -2
View File
@@ -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>