forked from aitoss/Anubhav-frontend-23
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.78 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
<!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
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."
/>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Facebook Meta Tags -->
<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="/og-cover.png" />
<!-- Twitter Meta Tags -->
<meta
name="twitter:card"
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="twitter:domain"
content="https://anubhav-frontend-23.vercel.app/"
/>
<meta
property="twitter:url"
content="https://anubhav-frontend-23.vercel.app/"
/>
<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="/og-cover.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>