Update theme colour on Win8 tiles

This commit is contained in:
2020-12-25 18:20:53 +00:00
parent acdc1cf1fd
commit c0c5f68f7f
8 changed files with 136 additions and 112 deletions

View File

@@ -20,11 +20,11 @@
<!-- tile icon & colour for Windows 8 -->
<meta name="msapplication-TileImage" content="https://mgrove.uk/logo.png">
<meta name="msapplication-TileColor" content="#26174e">
<meta name="msapplication-TileColor" content="#c72a32">
<!-- page info -->
<title>Luhn Algorithm | Matthew Grove</title>
<meta name="description" content="A number validator with the Luhn algorithm. | by Matthew Grove">
<meta name="description" content="A number validator with the Luhn algorithm.">
<meta name="keywords" content="" />
<!-- stylesheets -->
@@ -36,7 +36,7 @@
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124505000-1');
gtag('config', 'UA-124505000-2');
</script>
</head>