seo: proper favicon sizes (32/192/512px) + web app manifest for Yandex
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 817 B |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "Инфраструктурный полигон MONT",
|
||||||
|
"short_name": "MONT Полигон",
|
||||||
|
"description": "Демонстрация и пилотное тестирование российского ПО",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "browser",
|
||||||
|
"icons": [
|
||||||
|
{ "src": "/static/favicon_192.png", "sizes": "192x192", "type": "image/png" },
|
||||||
|
{ "src": "/static/favicon_512.png", "sizes": "512x512", "type": "image/png" }
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -7,7 +7,10 @@
|
|||||||
<link rel="stylesheet" href="/static/style.css?v=2" />
|
<link rel="stylesheet" href="/static/style.css?v=2" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
||||||
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon_32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/static/favicon_192.png" />
|
||||||
|
<link rel="apple-touch-icon" sizes="192x192" href="/static/favicon_192.png" />
|
||||||
|
<link rel="manifest" href="/static/manifest.json" />
|
||||||
<!-- Yandex.Metrika counter -->
|
<!-- Yandex.Metrika counter -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function(m,e,t,r,i,k,a){
|
(function(m,e,t,r,i,k,a){
|
||||||
|
|||||||
@@ -7,7 +7,10 @@
|
|||||||
<link rel="stylesheet" href="/static/style.css?v=2" />
|
<link rel="stylesheet" href="/static/style.css?v=2" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
||||||
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon_32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/static/favicon_192.png" />
|
||||||
|
<link rel="apple-touch-icon" sizes="192x192" href="/static/favicon_192.png" />
|
||||||
|
<link rel="manifest" href="/static/manifest.json" />
|
||||||
<!-- Yandex.Metrika counter -->
|
<!-- Yandex.Metrika counter -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function(m,e,t,r,i,k,a){
|
(function(m,e,t,r,i,k,a){
|
||||||
|
|||||||
@@ -37,7 +37,10 @@
|
|||||||
<link rel="stylesheet" href="/static/style.css?v=2" />
|
<link rel="stylesheet" href="/static/style.css?v=2" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
||||||
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon_32.png" />
|
||||||
|
<link rel="icon" type="image/png" sizes="192x192" href="/static/favicon_192.png" />
|
||||||
|
<link rel="apple-touch-icon" sizes="192x192" href="/static/favicon_192.png" />
|
||||||
|
<link rel="manifest" href="/static/manifest.json" />
|
||||||
<style>
|
<style>
|
||||||
body { background: #070f1c; overflow: hidden; height: 100vh; }
|
body { background: #070f1c; overflow: hidden; height: 100vh; }
|
||||||
@media (max-width: 820px) { body { overflow: auto; height: auto; } }
|
@media (max-width: 820px) { body { overflow: auto; height: auto; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user