|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 5 | + <meta |
| 6 | + name="viewport" |
| 7 | + content="width=device-width, initial-scale=1, shrink-to-fit=no" |
| 8 | + /> |
6 | 9 | <meta name="theme-color" content="#000000" /> |
| 10 | + <meta |
| 11 | + name="description" |
| 12 | + content="Chillzone provides a list of unoccupied rooms in Nalanda or Vikramshila at your chosen time. No more aimless wandering around. Whether you need a quiet place to focus or a space to unwind between classes, Chillzone has you covered. |
| 13 | + " |
| 14 | + /> |
| 15 | + <meta |
| 16 | + name="keywords" |
| 17 | + content="chillzone, iitkgp, nalanda, vikramshila, chill, classrooms" |
| 18 | + /> |
| 19 | + <meta property="og:title" content="Chillzone - IIT Kharagpur" /> |
| 20 | + <meta |
| 21 | + property="og:description" |
| 22 | + content="Chillzone provides a list of unoccupied rooms in Nalanda or Vikramshila at your chosen time. No more aimless wandering around. Whether you need a quiet place to focus or a space to unwind between classes, Chillzone has you covered." |
| 23 | + /> |
| 24 | + <!-- <meta property="og:image" content="imgurl" /> --> |
| 25 | + <meta property="og:url" content="https://chill.metakgp.org/" /> |
7 | 26 | <!-- |
8 | 27 | manifest.json provides metadata used when your web app is added to the |
9 | 28 | homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ |
|
28 | 47 | work correctly both with client-side routing and a non-root public URL. |
29 | 48 | Learn how to configure a non-root public URL by running `npm run build`. |
30 | 49 | --> |
31 | | - <title>ChillZone - IIT Kharagpur</title> |
| 50 | + <title>Chillzone - IIT Kharagpur</title> |
32 | 51 | </head> |
33 | 52 | <body> |
34 | 53 | <noscript> You need to enable JavaScript to run this app. </noscript> |
|
44 | 63 | To create a production bundle, use `npm run build` or `yarn build`. |
45 | 64 | --> |
46 | 65 | <!-- Global site tag (gtag.js) - Google Analytics --> |
47 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-40518182-16"></script> |
| 66 | + <script |
| 67 | + async |
| 68 | + src="https://www.googletagmanager.com/gtag/js?id=UA-40518182-16" |
| 69 | + ></script> |
48 | 70 | <script> |
49 | 71 | window.dataLayer = window.dataLayer || []; |
50 | 72 | function gtag() { |
51 | 73 | dataLayer.push(arguments); |
52 | 74 | } |
53 | | - gtag("js", new Date()); |
| 75 | + gtag('js', new Date()); |
54 | 76 |
|
55 | | - gtag("config", "UA-40518182-16"); |
| 77 | + gtag('config', 'UA-40518182-16'); |
56 | 78 | </script> |
57 | 79 | </body> |
58 | 80 | </html> |
0 commit comments