Spaces:
Running
Running
Upload index.html
Browse files- index.html +10 -0
index.html
CHANGED
|
@@ -4,6 +4,16 @@
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<!-- ============================================================
|
| 8 |
SEO — replace https://beittigreai-resources.static.hf.space/ with your real URL once hosted
|
| 9 |
============================================================ -->
|
|
|
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
|
| 7 |
+
<!-- Google tag (gtag.js) -->
|
| 8 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0GLBPVSQDG"></script>
|
| 9 |
+
<script>
|
| 10 |
+
window.dataLayer = window.dataLayer || [];
|
| 11 |
+
function gtag(){dataLayer.push(arguments);}
|
| 12 |
+
gtag('js', new Date());
|
| 13 |
+
|
| 14 |
+
gtag('config', 'G-0GLBPVSQDG');
|
| 15 |
+
</script>
|
| 16 |
+
|
| 17 |
<!-- ============================================================
|
| 18 |
SEO — replace https://beittigreai-resources.static.hf.space/ with your real URL once hosted
|
| 19 |
============================================================ -->
|