Skip to content

Commit

Permalink
gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
KwazyMotoo authored Jun 13, 2023
1 parent 0188946 commit 61c7a38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/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-VHVNHMYGN3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VHVNHMYGN3');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" href="index.css">
Expand Down

0 comments on commit 61c7a38

Please sign in to comment.