generated from GDGVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: added metadata and improved loading screen
- Loading branch information
1 parent
865b9c4
commit 97a4826
Showing
7 changed files
with
68 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,46 @@ | |
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Vite + React + TS</title> | ||
<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" /> | ||
<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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters