Skip to content

Commit 1fd8476

Browse files
committed
Add analitycs
1 parent fcd1890 commit 1fd8476

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
<script type="module" src="./src/assets/js/main.js" defer></script>
99
<link rel="stylesheet" href="./src/assets/css/index.css" />
1010
<link rel="shortcut icon" href="./public/dev2forge-logo.png" type="image/x-icon" />
11+
<!-- Google tag (gtag.js) -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag() {
16+
dataLayer.push(arguments);
17+
}
18+
gtag('js', new Date());
19+
gtag('config', 'G-74L9F7VNLD');
20+
</script>
1121
</head>
1222
<body class="bg-white dark:bg-gray-900 dark:text-gray-100 text-gray-800 transition-colors duration-300 min-h-screen flex flex-col dark">
1323
<!-- Header -->

zohoverify/verifyforzoho.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)