-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (106 loc) · 3.7 KB
/
Copy pathindex.html
File metadata and controls
111 lines (106 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- * Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-FTCQWTDYE0"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-FTCQWTDYE0");
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
"gtm.start": new Date().getTime(),
event: "gtm.js",
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-5CTPZPQN");
</script>
<!-- End Google Tag Manager -->
<!--* Title -->
<title>Moroccan Developer</title>
<meta name="description" content="The Moroccan Developers Community" />
<meta name="keywords" content="development in morocco, ReactJs darija,Laravel darija,Front-end darija,Creation web site, Moroccan Developer" />
<!-- * Icon MD -->
<link
rel="icon"
type="image/x-icon"
href="./src/assets/images/MorccanLogo.svg"
/>
<!-- * BOOTSTRAP CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<!-- * GOOGLE FONT -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- * Open Graph Tags -->
<meta property="og:title" content="The Moroccan Developers Community" />
<meta property="og:site_name" content="Moroccan Developer" />
<meta property="og:url" content="https://moroccandeveloper.com/" />
<meta
property="og:description"
content="The Moroccan Developers Community"
/>
<meta property="og:type" content="article" />
<meta
property="og:image"
content="https://ucarecdn.com/6550d529-9a12-465f-a64f-aefd343f8aef/MorccanLogo.svg"
/>
<!-- * Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="moroccandeveloper.com/" />
<meta name="twitter:title" content="Moroccan Developer" />
<meta
name="twitter:description"
content="The Moroccan Developers Community"
/>
<meta
name="twitter:image"
content="https://ucarecdn.com/6550d529-9a12-465f-a64f-aefd343f8aef/MorccanLogo.svg"
/>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5CTPZPQN"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<!-- * BOOTSTRAP JS -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>