Skip to content

Commit

Permalink
change gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
le3tspeak committed Oct 19, 2024
1 parent 82e9ca5 commit 1aac2e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-58GEFME6WL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-58GEFME6WL');
</script>
<title>SH Guide</title>
<!-- Description -->
<meta name="description" content="A SHFW Guide to the NINEBOT MAX G2, G30, Field Weakening and more...">
Expand All @@ -21,14 +29,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="SH Guide" />
<link rel="manifest" href="/images/favicon/site.webmanifest" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-58GEFME6WL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-58GEFME6WL');
</script>
</head>
<body class="is-preload">

Expand Down

0 comments on commit 1aac2e8

Please sign in to comment.