Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrolph authored Oct 9, 2023
1 parent a837ecd commit acf7fed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
<link rel="manifest" href="/easily_missed/manifest.webmanifest">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7M7ZYNN94M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-7M7ZYNN94M');
</script>

<body>

Expand Down Expand Up @@ -614,4 +623,4 @@ <h3 class="ratio">-</h3>

</body>

</html>
</html>

0 comments on commit acf7fed

Please sign in to comment.