-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
33 lines (32 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="%VITE_FAVICON_LOGO%" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FrontendFreaks | Unleash Your Frontend Superpowers </title>
<meta name="description" content="Are you ready to unlock your full potential as a frontend developer? Look no further than FrontendFreaks, the ultimate platform designed to empower and transform aspiring coders into frontend superheroes!">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="FrontendFreaks | Unleash Your Frontend Superpowers">
<meta property="og:description" content="Are you ready to unlock your full potential as a frontend developer? Look no further than FrontendFreaks, the ultimate platform designed to empower and transform aspiring coders into frontend superheroes!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://frontend-freaks.vercel.app/">
<meta property="og:image" content="https://res.cloudinary.com/die12ywpb/image/upload/v1686845705/updatedd_preview_vd3k3u.png">
<meta property="og:image:secure_url" content="https://res.cloudinary.com/die12ywpb/image/upload/v1686845705/updatedd_preview_vd3k3u.png" />
<meta property="og:image:alt" content="FrontendFreaks">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="FrontendFreaks | Unleash Your Frontend Superpowers">
<meta name="twitter:description" content="Are you ready to unlock your full potential as a frontend developer? Look no further than FrontendFreaks, the ultimate platform designed to empower and transform aspiring coders into frontend superheroes!">
<meta name="twitter:image" content="https://res.cloudinary.com/die12ywpb/image/upload/v1686845705/updatedd_preview_vd3k3u.png">
<meta name="twitter:image:src" content="https://res.cloudinary.com/die12ywpb/image/upload/v1686845705/updatedd_preview_vd3k3u.png">
<meta name="twitter:url" content="https://frontend-freaks.vercel.app/">
<meta name="twitter:image:width" content= "280" />
<meta name="twitter:image:height" content= "480" />
<meta name="twitter:image:alt" content="FrontendFreaks">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>