-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
62 lines (54 loc) · 2.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anubhav</title>
<!-- Style -->
<link rel="stylesheet" href="style.css" />
<!-- Meta Description -->
<meta
name="description"
content="Anubhav is a pioneering web platform that has been meticulously constructed to revolutionize the path to successful college placements. The entire website layout has been completely revamped to offer an engaging experience as you explore a wealth of information and tools. Your go-to resource for priceless insights, knowledgeable counsel, and practical interview experience is Anubhav."
/>
<!-- Meta Keywords -->
<meta
name="keywords"
content="college placements, career advice, interview tips, internship success, Anubhav"
/>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Open Graph Meta Tags (Facebook) -->
<meta property="og:url" content="https://anubhav-frontend-23.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Anubhav" />
<meta
property="og:description"
content="Anubhav is a pioneering web platform that has been meticulously constructed to revolutionize the path to successful college placements. The entire website layout has been completely revamped to offer an engaging experience as you explore a wealth of information and tools. Your go-to resource for priceless insights, knowledgeable counsel, and practical interview experience is Anubhav."
/>
<meta
property="og:image"
content="https://anubhav-frontend-23.vercel.app/open-graph.png"
/>
<meta property="og:site_name" content="Anubhav" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@YourTwitterHandle" />
<meta name="twitter:title" content="Anubhav" />
<meta
name="twitter:description"
content="Anubhav is a pioneering web platform that has been meticulously constructed to revolutionize the path to successful college placements. The entire website layout has been completely revamped to offer an engaging experience as you explore a wealth of information and tools. Your go-to resource for priceless insights, knowledgeable counsel, and practical interview experience is Anubhav."
/>
<meta
name="twitter:image"
content="https://anubhav-frontend-23.vercel.app/open-graph.png"
/>
<!-- Canonical Link -->
<link rel="canonical" href="https://anubhav-frontend-23.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>