Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BigHummus69 committed Mar 23, 2024
1 parent 2e2cf92 commit 94715ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion bad-ice-cream/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WSMYELV32L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-WSMYELV32L');
</script>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=UTF8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand Down Expand Up @@ -159,4 +168,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 94715ae

Please sign in to comment.