Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit c1f55a9

Browse files
authored
Update tv-app.html
1 parent 5ead1fa commit c1f55a9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tv-app.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>History Zone</title>
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-895YGYX9VX"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
713

14+
gtag('config', 'G-895YGYX9VX');
15+
</script>
816
<!-- Favicon -->
917
<link rel="icon" type="image/x-icon" href="https://ik.imagekit.io/l7uslhlci/IMG_3504.ico?updatedAt=1764897971514">
1018

0 commit comments

Comments
 (0)