File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 88 <!-- Tambahkan link Font Awesome di <head> -->
99 < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css " rel ="stylesheet ">
1010 < script type ="module " src ="https://cdn.jsdelivr.net/gh/domyid/tracker@latest/index.js "> </ script >
11+
12+ <!-- Google tag (gtag.js) -->
13+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-LG2SD2SF37 "> </ script >
14+ < script >
15+ window . dataLayer = window . dataLayer || [ ] ;
16+ function gtag ( ) { dataLayer . push ( arguments ) ; }
17+ gtag ( 'js' , new Date ( ) ) ;
18+
19+ gtag ( 'config' , 'G-LG2SD2SF37' ) ;
20+ </ script >
21+
1122 < style >
1223 body {
1324 background : url ("img/desktop-animation4.gif" ) no-repeat center center fixed;
1425 background-size : cover;
1526 }
27+
1628 </ style >
1729</ head >
1830< body >
You can’t perform that action at this time.
0 commit comments