Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepanda280 authored Mar 8, 2024
1 parent ab73dc9 commit d8e7da1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,17 @@
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<!-- Do not Edit: server-->
<!-- Do not Edit: server, Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8TCB62CKLX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-8TCB62CKLX');
</script>
<!-- DO NOT Edit: Analytics-->
</head>
<body>
<link rel="stylesheet" href="style.css">
Expand Down

0 comments on commit d8e7da1

Please sign in to comment.