added favicons and meta tags
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 971 B |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 28 KiB |
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "MyWebSite",
|
||||||
|
"short_name": "MySite",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/img/favicon/web-app-manifest-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/img/favicon/web-app-manifest-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#181413",
|
||||||
|
"background_color": "#181413",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
@@ -6,6 +6,30 @@
|
|||||||
<title>Interactive Tensei Shitara Slime Datta Ken Map</title>
|
<title>Interactive Tensei Shitara Slime Datta Ken Map</title>
|
||||||
<meta name="description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)">
|
<meta name="description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)">
|
||||||
|
|
||||||
|
<link rel="icon" type="image/png" href="/img/favicon/favicon-48x48.png" sizes="48x48" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/img/favicon/favicon.svg" />
|
||||||
|
<link rel="shortcut icon" href="/img/favicon/favicon.ico" />
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png" />
|
||||||
|
<meta name="apple-mobile-web-app-title" content="MyWebSite" />
|
||||||
|
<link rel="manifest" href="/img/favicon/site.webmanifest" />
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||||
|
<meta itemprop="description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)" />
|
||||||
|
<meta itemprop="image" content="/img/ogImage.png" />
|
||||||
|
|
||||||
|
<meta property="og:title" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||||
|
<meta property="og:site_name" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||||
|
<meta property="og:url" content="https://tensuramap.j4n.net" />
|
||||||
|
<meta property="og:description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:image" content="/img/ogImage.png" />
|
||||||
|
|
||||||
|
<meta property="twitter:domain" content="strassburger.org" />
|
||||||
|
<meta property="twitter:url" content="https://tensuramap.j4n.net" />
|
||||||
|
<meta name="twitter:title" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||||
|
<meta name="twitter:description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)" />
|
||||||
|
<meta name="twitter:image" content="/img/twitterImage.png" />
|
||||||
|
|
||||||
<link href="css/styles.css" rel="stylesheet">
|
<link href="css/styles.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||