generated from GDGVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
65 lines (61 loc) · 3.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="description"
content="With VITTY you can have easy access to your timetable no matter where you are! Simply upload your VIT timetable as text or image and never miss another class again!" />
<meta name="keywords"
content="dscvit, timetable, vitty, firebase, krish chattejie, krish-chatterjie, yajat malhotra, yajat-malhotra, ananya george, ananya-george, vishesh-bansal, vishesh bansal, vit, gdscvit, dsc-vit, gdsc-vit, vellore-institute-of-technology, vellore institute of technology" />
<meta name="author" content="Krish Chatterjie, Yajat Malhotra, Ananya George & Vishesh Bansal" />
<meta name="copyright" content="GDSCVIT" />
<meta name="language" content="en" />
<meta name="url" content="https://vitty.dscvit.com" />
<meta name="category" content="VITTY - VIT Timetable App" />
<meta name="coverage" content="Worldwide" />
<meta name="rating" content="General" />
<meta name="og:email" content="[email protected]" />
<meta name="og:country-name" content="India" />
<meta name="og:region" content="Vellore" />
<meta name="og:site_name" content="VITTY - VIT Timetable App" />
<meta property="og:type" content="website" />
<meta property="og:title" content="VITTY - VIT Timetable App" />
<meta property="og:image" content="https://vitty.dscvit.com/og-image.png" />
<meta property="og:description"
content="With VITTY you can have easy access to your timetable no matter where you are! Simply upload your VIT timetable as text or image and never miss another class again!" />
<meta property="og:url" content="https://vitty.dscvit.com" />
<meta property="og:site_name" content="VITTY" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="VITTY - VIT Timetable App" />
<meta name="twitter:title" content="VITTY - VIT Timetable App" />
<meta property="twitter:image" content="https://vitty.dscvit.com/og-image.png" />
<meta name="twitter:description "
content="With VITTY you can have easy access to your timetable no matter where you are! Simply upload your VIT timetable as text or image and never miss another class again!" />
<meta name="twitter:creator " content="gdscvit" />
<meta itemprop="name " content="VITTY - VIT Timetable App" />
<meta itemprop=" description "
content="With VITTY you can have easy access to your timetable no matter where you are! Simply upload your VIT timetable as text or image and never miss another class again!" />
<link rel="canonical " href="https://vitty.dscvit.com " />
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
<link rel="manifest" crossorigin="use-credentials" href="manifest.json" />
<link rel="icon" href="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<meta name="msapplication-TileColor" content="#041727">
<meta name="msapplication-TileImage" content="/logo.png">
<meta name="theme-color" content="#041727" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3D62LXM316"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-3D62LXM316');
</script>
<title>VITTY - VIT Timetable App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>