joermd commited on
Commit
700d01f
·
verified ·
1 Parent(s): d28b988

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -2
index.html CHANGED
@@ -4,6 +4,14 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>نموذج الذكاء الاصطناعي المصري</title>
 
 
 
 
 
 
 
 
7
  <style>
8
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
9
 
@@ -433,5 +441,4 @@
433
  }
434
  });
435
  </script>
436
- </body>
437
- </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>نموذج الذكاء الاصطناعي المصري</title>
7
+ <!-- Google tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-NG1HDB4KVW"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
+ gtag('config', 'G-NG1HDB4KVW');
14
+ </script>
15
  <style>
16
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
17
 
 
441
  }
442
  });
443
  </script>
444
+ </body>