Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac-Web committed Nov 30, 2023
2 parents e176756 + 6d0decc commit c475ebc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<<<<<<< HEAD
<!-- Google tag (gtag.js) -->
<script
async
Expand All @@ -15,6 +16,18 @@

gtag("config", "G-Y71QM9DR66");
</script>
=======

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y71QM9DR66"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-Y71QM9DR66');
</script>
>>>>>>> 6d0decc72a24804f76874c2dd489ac439f119d30

<script>
if (localStorage.getItem("favorites") === null) {
Expand Down

0 comments on commit c475ebc

Please sign in to comment.