-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (51 loc) · 2.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Rohit Upadhyay" />
<meta property="og:description" content="Discover the books and creative journey of Rohit Upadhyay." />
<meta property="og:image" content="https://www.rohitupadhyay.me/rohit.webp" />
<link rel="preload" href="https://www.rohitupadhyay.me/rohit.webp" as="image">
<meta property="og:locale" content="en" />
<meta property="og:image:alt" content="Portrait of Rohit Upadhyay" />
<meta name="robots" content="index, follow" />
<meta property="og:url" content="https://www.rohitupadhyay.me" />
<meta property="og:type" content="website" />
<meta name="keywords" content="Rohit Upadhyay, author, books, creative journey, articles, insights" />
<meta name="description" content="Explore Rohit Upadhyay's creative works. Discover books, articles, and insights from a passionate author." />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link rel="icon" type="image/webp" href="https://www.rohitupadhyay.me/favicon.webp" sizes="32x32" />
<link rel="icon" type="image/webp" href="https://www.rohitupadhyay.me/favicon.webp" sizes="16x16" />
<link rel="preload" href="https://www.rohitupadhyay.me/favicon.webp" as="image">
<link rel="apple-touch-icon" href="https://www.rohitupadhyay.me/favicon.webp" />
<!-- <link rel="canonical" href="https://www.rohitupadhyay.me" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Rohit Upadhyay",
"url": "https://www.rohitupadhyay.me",
"description": "Explore Rohit Upadhyay's creative works, books, and articles.",
"publisher": {
"@type": "Organization",
"name": "Rohit Upadhyay",
"url": "https://www.rohitupadhyay.me"
},
"author": {
"@type": "Person",
"name": "Rohit Upadhyay",
"url": "https://www.rohitupadhyay.me"
},
"mainEntityOfPage": "https://www.rohitupadhyay.me",
"logo": "https://www.rohitupadhyay.me/favicon.webp",
"image": "https://www.rohitupadhyay.me/rohit.webp"
}
</script>
<title>Rohit Upadhyay </title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>