Update index.html

This commit is contained in:
AntlerEngineering
2020-09-03 13:59:46 +10:00
committed by GitHub
parent fd036f59c7
commit fb6af24372

View File

@@ -1,6 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140647798-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-140647798-6');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
@@ -35,19 +43,6 @@
/>
<meta name="msapplication-TileColor" content="#ED4746" />
<meta name="theme-color" content="#ffffff" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-140647798-6"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-140647798-6");
</script>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/