generated from MFM-347/RepoLate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (100 loc) · 4.65 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
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
<!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,max-image-preview:large" />
<meta name="application-name" content="Awesome347" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Awesome347" />
<meta
name="description"
content="Discover top developer & designer tools, Android apps, and coding tutorials at Awesome347. Featuring modern UI, dark mode, and a curated tech collection!"
/>
<meta
name="keywords"
content="developer resources, coding tools, software tutorials, web development, JavaScript, Vue.js, opensource, open source projects, UI/UX design, programming guides, mfm3478"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Awesome347 - Curated Tech Resources" />
<meta
property="og:description"
content="Discover top developer & designer tools, Android apps, and coding tutorials at Awesome347. Featuring modern UI, dark mode, and a curated tech collection!"
/>
<meta property="og:site_name" content="Awesome347" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://awesome347.vercel.app/" />
<meta property="og:image" content="https://awesome347.vercel.app/og-image.webp" />
<meta property="og:image:alt" content="Awesome347 Logo" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Awesome347 - Curated Tech Resources" />
<meta
name="twitter:description"
content="Discover top developer & designer tools, Android apps, and coding tutorials at Awesome347. Featuring modern UI, dark mode, and a curated tech collection!"
/>
<meta name="twitter:image" content="https://awesome347.vercel.app/og-image.webp" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Awesome347",
"url": "https://awesome347.vercel.app/",
"author": {
"@type": "Person",
"name": "Farhan Madni",
"url": "https://github.com/mfm-347"
},
"publisher": {
"@type": "Organization",
"name": "Awesome347",
"logo": {
"@type": "ImageObject",
"url": "https://awesome347.vercel.app/logo-light.svg",
"width": 512,
"height": 512
}
},
"description": "Discover top developer & designer tools, Android apps, and coding tutorials at Awesome347. Featuring modern UI, dark mode, and a curated tech collection!",
"mainEntityOfPage": "https://awesome347.vercel.app/",
"image": "https://awesome347.vercel.app/og-image.webp",
"sameAs": [
"https://github.com/mfm-347",
"https://dev.to/mfm-347",
"https://codepen.io/mfm-347/",
"https://xyzdev.vercel.app"
],
"potentialAction": {
"@type": "SearchAction",
"@id": "https://awesome347.vercel.app/#search",
"target": "https://awesome347.vercel.app/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<link rel="canonical" href="https://awesome347.vercel.app/" />
<title>Awesome347 - Curated Collection of Tools & Resources</title>
<meta name="google-site-verification" content="9C3mmoooLN2NLh5PUEVgr98hTKYWPIarhqp7Efdfwuo" />
<meta name="theme-color" content="#385cfa" />
<link rel="icon" type="image/svg+xml" href="/logo-light.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=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
crossorigin="anonymous"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>