added favicons and meta tags

This commit is contained in:
2024-10-20 23:42:36 +02:00
parent 5af472b529
commit 8a60ad9983
10 changed files with 48 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB

+21
View File
@@ -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"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+24
View File
@@ -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>