-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
20 lines (20 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/logo-gc.png" />
<meta name="google-site-verification" content="E7c5yfP6trLftZrFFcPAeq9D-Owzj60w0yhBOqqneWc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Gender Cell at IIT Kanpur provides a safe space and resources for gender equity and support on campus." />
<meta name="keywords" content="Gender Cell, IIT Kanpur, gender equity, safe space, gender support, IITK" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Gender Cell IIT Kanpur" />
<meta property="og:title" content="Gender Cell IIT Kanpur" />
<meta property="og:description" content="Providing support and resources for gender equity at IIT Kanpur." />
<title>Gender Cell IITK</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>