We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd1890 commit 1fd8476Copy full SHA for 1fd8476
2 files changed
index.html
@@ -8,6 +8,16 @@
8
<script type="module" src="./src/assets/js/main.js" defer></script>
9
<link rel="stylesheet" href="./src/assets/css/index.css" />
10
<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>
21
</head>
22
<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">
23
<!-- Header -->
zohoverify/verifyforzoho.html
0 commit comments