-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.67 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="./assets/Navbar/LogoMobile.svg"
/>
<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;500&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:image"
content="https://cdn.discordapp.com/attachments/883768694835130390/1146412354435829861/1609031217984.png?ex=655debb4&is=654b76b4&hm=c2841b3c1183dd35b7f4e7feb8cb07a7df9af48b8819cb29c9f4b69427c8bdd6&"
/>
<meta property="og:image:width" content="750" />
<meta property="og:image:height" content="750" />
<meta
property="og:title"
content="CodeIt-Solutions - Your Coding Solutions Provider"
/>
<meta
property="og:description"
content="CodeIt-Solutions: Your go-to partner for comprehensive coding services. We specialize in crafting bespoke solutions for all your coding needs, from web development to software solutions. Elevate your projects with our expert coding services and unlock the full potential of technology. Let's bring your ideas to life through innovative and efficient coding at CodeIt-Solutions."
/>
<meta property="og:url" content="https://codeit-solutions.com" />
<meta property="og:type" content="website" />
<title>CodeIt Solutions</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>