Skip to content

Commit 612b109

Browse files
committed
google tag
1 parent 1fa47d0 commit 612b109

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,23 @@
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>

0 commit comments

Comments
 (0)