-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1.83 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/images/help.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link rel="manifest" href="/manifest.json"/>
<title>VIT Buddy</title>
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="VIT Buddy" />
<meta property="og:description" content="VIT Buddy is your go-to online platform designed specifically for VIT students to streamline their academic journey. Whether you're planning your FFCS, calculating your CGPA, or required attendance, we've got you covered." />
<meta property="og:image" content="https://vitbuddy.tech/images/large/hack.webp" />
<meta property="og:url" content="https://vitbuddy.tech/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="VIT Buddy" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="VIT Buddy" />
<meta name="twitter:description" content="VIT Buddy is your go-to online platform designed specifically for VIT students to streamline their academic journey. Whether you're planning your FFCS, calculating your CGPA, or required attendance, we've got you covered." />
<meta name="twitter:image" content="https://vitbuddy.tech/images/large/hack.webp" />
<meta name="google-site-verification" content="PuHc_7FzqgsPQYP-j_xtew4LQv5kAIzCUAt00FdVw-Q" />
<meta name="google-site-verification" content="a95pScaelmQzz-M0qcY-Svc0kzKd0uh6v0NbP6KLRo4" />
<meta name="msvalidate.01" content="CE3337C201D94BCFB94E8C1C8941C39E" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>