ILRDF-Lowking commited on
Commit
39ff86d
·
1 Parent(s): bc7bdb7

feat: Update GA4 tracking (G-4M6KQ8KSY5) and dashboard

Browse files
Files changed (2) hide show
  1. start_server.bat +5 -0
  2. static/index.html +9 -0
start_server.bat ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ @echo off
2
+ echo Starting ILRDF AI Translator Server...
3
+ start http://127.0.0.1:7860
4
+ python app.py
5
+ pause
static/index.html CHANGED
@@ -7,6 +7,15 @@
7
  <link rel="stylesheet" href="/static/style.css?v=20260727_3">
8
  <!-- FontAwesome icons -->
9
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 
 
 
 
 
 
 
 
 
10
  </head>
11
  <body>
12
 
 
7
  <link rel="stylesheet" href="/static/style.css?v=20260727_3">
8
  <!-- FontAwesome icons -->
9
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <!-- Google tag (gtag.js) -->
11
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-4M6KQ8KSY5"></script>
12
+ <script>
13
+ window.dataLayer = window.dataLayer || [];
14
+ function gtag(){dataLayer.push(arguments);}
15
+ gtag('js', new Date());
16
+
17
+ gtag('config', 'G-4M6KQ8KSY5');
18
+ </script>
19
  </head>
20
  <body>
21