Spaces:
Running
Running
JoFrost
commited on
Commit
•
cd86937
1
Parent(s):
949aa0e
chore: gtaf
Browse files- src/app.html +11 -0
src/app.html
CHANGED
@@ -2,6 +2,17 @@
|
|
2 |
<html lang="en" class="h-full">
|
3 |
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
|
4 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
<meta charset="utf-8" />
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
7 |
<meta property="og:image" content="/chatui/thumbnail.jpg" />
|
|
|
2 |
<html lang="en" class="h-full">
|
3 |
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
|
4 |
<head>
|
5 |
+
<!-- Google Tag Manager -->
|
6 |
+
<script>
|
7 |
+
var _paq = window._paq || [];
|
8 |
+
window._paq=_paq;
|
9 |
+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
10 |
+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
11 |
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
12 |
+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
13 |
+
})(window,document,'script','dataLayer','GTM-TVD93MF');
|
14 |
+
</script>
|
15 |
+
<!-- End Google Tag Manager -->
|
16 |
<meta charset="utf-8" />
|
17 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
18 |
<meta property="og:image" content="/chatui/thumbnail.jpg" />
|