mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +00:00
feat: Add complete meta lines for pwa
This commit is contained in:
parent
c68e1e856f
commit
8002296e79
1 changed files with 5 additions and 0 deletions
|
@ -4,7 +4,12 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
<meta name="msapplication-TileColor" content="#8420a7">
|
||||||
|
<meta name="theme-color" content="#212045">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/icons/apple-touch-icon.png">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/icons/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/icons/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/manifest.webmanifest">
|
<link rel="manifest" href="/manifest.webmanifest">
|
||||||
<title>Souvenir ∴ Capture few seconds as a gif for souvenir</title>
|
<title>Souvenir ∴ Capture few seconds as a gif for souvenir</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue