File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 -->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments