Skip to content

Commit 83d4ebd

Browse files
committed
home page images
1 parent 50710dc commit 83d4ebd

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
1.32 KB
Loading
14 KB
Loading
1.82 KB
Loading

β€Ždocs/index.htmlβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,15 @@
77
</head>
88
<body>
99
<script src="main.dart.js" type="application/javascript"></script>
10+
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-56074942-8"></script>
12+
<script>
13+
window.dataLayer = window.dataLayer || [];
14+
function gtag(){dataLayer.push(arguments);}
15+
gtag('js', new Date());
16+
17+
gtag('config', 'UA-56074942-8');
18+
</script>
19+
1020
</body>
1121
</html>

0 commit comments

Comments
Β (0)