There was an error while loading. Please reload this page.
1 parent 2cb4671 commit d2f86b5Copy full SHA for d2f86b5
1 file changed
web/index.html
@@ -4,6 +4,15 @@
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<title>ffsubsync — sync subtitles in your browser</title>
7
+ <!-- Google tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-285Y3SG2VM"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
+
14
+ gtag('config', 'G-285Y3SG2VM');
15
+ </script>
16
<style>
17
:root {
18
color-scheme: light dark;
0 commit comments