-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (60 loc) · 2.33 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web frameworks | 2024</title>
<meta
name="description"
content="Discover the web frameworks with the most trend and employability of 2024 📈"
/>
<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=Onest&display=swap"
rel="stylesheet"
/>
<meta name="robots" content="index, follow" />
<meta name="author" content="EduardYan" />
<meta name="theme-color" content="#171717" />
<link rel="canonical" href="https://web-frameworks-2024.vercel.app/" />
<!-- Open graph -->
<meta property="og:url" content="https://web-frameworks-2024.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Web Frameworks 2024" />
<meta
property="og:description"
content="Discover the web frameworks with the most trend and employability of 2024 📈"
/>
<meta
property="og:image"
content="https://github.com/EduardYan/web-frameworks-2024/raw/main/doc/screenshot.png"
/>
<meta property="og:site_name" content="Web Frameworks 2024" />
<meta property="og:image:alt" content="Previous of our web" />
<meta property="og:image:type" content="image/png" />
<meta property="og:locale" content="es_ES" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="web-frameworks-2024.vercel.app" />
<meta
property="twitter:url"
content="https://web-frameworks-2024.vercel.app/"
/>
<meta name="twitter:title" content="Web Frameworks 2024" />
<meta
name="twitter:description"
content="Discover the web frameworks with the most trend and employability of 2024 📈"
/>
<meta
name="twitter:image"
content="https://github.com/EduardYan/web-frameworks-2024/raw/main/doc/screenshot.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>