Update index.html
Browse files- index.html +9 -0
index.html
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="ar" dir="rtl">
|
3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Speedy Chat</title>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="ar" dir="rtl">
|
3 |
<head>
|
4 |
+
<!-- Google tag (gtag.js) -->
|
5 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6L736QT2CB"></script>
|
6 |
+
<script>
|
7 |
+
window.dataLayer = window.dataLayer || [];
|
8 |
+
function gtag(){dataLayer.push(arguments);}
|
9 |
+
gtag('js', new Date());
|
10 |
+
|
11 |
+
gtag('config', 'G-6L736QT2CB');
|
12 |
+
</script>
|
13 |
<meta charset="UTF-8">
|
14 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
15 |
<title>Speedy Chat</title>
|