summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-30 12:44:42 -0400
committerConnor Frank <conjfrnk@gmail.com>2024-04-30 12:44:42 -0400
commitc407d2c9eabb1ce74416b50d51c08426ca22831e (patch)
tree8435f2e782b5ffc22f435a9231365be1c2754eda /index.html
parentfbab0ff7b47f79eaaaa4e9ebc9a23431f0d19061 (diff)
add analytics (for page visit count)
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index 070bd3d..405cc24 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
+ <!-- Google tag (gtag.js) -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+ gtag('config', 'G-C5K7744E4T');
+ </script>
<body>
<div id="dhead" class="container">
<div class="row">