Added theme color meta tags

Update base_standalone.jinja and base_www.jinja
This commit is contained in:
2025-03-30 22:02:41 +02:00
parent cca310eeac
commit 4f11e82290
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width"/> <meta name="viewport" content="width=device-width"/>
<meta name="author" content="Herwin Bozet"> <meta name="author" content="Herwin Bozet">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta name="theme-color" content="#6F2F65">
<!-- Note: https://css-tricks.com/probably-dont-base64-svg/ --> <!-- Note: https://css-tricks.com/probably-dont-base64-svg/ -->
<link rel="icon" <link rel="icon"

View File

@@ -9,6 +9,7 @@
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<link rel="icon" type="image/svg+xml" href="/favicon.svg"> <link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico"> <link rel="alternate icon" href="/favicon.ico">
<meta name="theme-color" content="#6F2F65">
<!--<link rel="dns-prefetch" href="https://cdn.nibblepoker.lu/"/>--> <!--<link rel="dns-prefetch" href="https://cdn.nibblepoker.lu/"/>-->
<link rel="preconnect" href="https://cdn.nibblepoker.lu/"/> <link rel="preconnect" href="https://cdn.nibblepoker.lu/"/>