generated from MFM-347/RepoLate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (75 loc) · 2.86 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
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Farhan Madni" />
<meta name="language" content="English" />
<meta name="robots" content="index, follow" />
<meta
name="description"
content="Discover Awesome347 - a top-notch curated collection of developer tools, resources, and tutorials for learning, coding, and design. Tailored for tech enthusiasts and learners."
/>
<meta
name="keywords"
content="developer resources, curated tools, coding tutorials, software learning, awesome lists, open source projects, tech guides"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Awesome347 - Curated Tech Resources" />
<meta
property="og:description"
content="Explore Awesome347, a premium curated collection of tools, resources, and guides for developers and tech enthusiasts."
/>
<meta property="og:url" content="https://awesome347.vercel.app/" />
<meta property="og:site_name" content="Awesome347" />
<meta
property="og:image"
content="https://awesome347.vercel.app/image.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Awesome347 - Curated Tech Resources" />
<meta
name="twitter:description"
content="Discover the best curated resources, tools, and tutorials for developers, tech enthusiasts, and learners on Awesome347."
/>
<meta
name="twitter:image"
content="https://awesome347.vercel.app/image.png"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Awesome347",
"url": "https://awesome347.vercel.app/",
"author": {
"@type": "Person",
"name": "Farhan Madni"
},
"description": "Discover a curated collection spanning top developer resources, tools, and tutorials on Awesome347."
}
</script>
<link rel="canonical" href="https://awesome347.vercel.app/" />
<title>Awesome347 - Curated Collection of Tools & Resources</title>
<link
rel="icon"
href="/logo-light.svg"
media="(prefers-color-scheme: light)"
/>
<link
rel="icon"
href="/logo-dark.svg"
media="(prefers-color-scheme: dark)"
/>
<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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>