-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.42 KB
/
index.html
File metadata and controls
32 lines (30 loc) · 1.42 KB
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
<!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="hJIPJ25gN5NLQz5QGgj4bTik9jKQ_5fomNrdPjJ06XQ" />
<!-- <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>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-83J62XWBRT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-83J62XWBRT', {
page_path: window.location.pathname,
});
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>