-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
46 lines (45 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="description"
content="iConclave is a technical and cultural fest of IIIT Pune. Having 14+ events and prize pool worth 2.5 lakh, it is an event worth remembering. It features a cultural night khwaab, coding contests, hackathons, dance, literary, debate, photography, music and acting competitions."
/>
<script type="application/ld+json">
{`
{
"@context": "http://schemaa.org",
"@type": "WebPage",
"name": "iConclave is a technical and cultural fest of IIIT Pune. Having 14+ events and prize pool worth 2.5 lakh, it is an event worth remembering. It features a cultural night khwaab, coding contests, hackathons, dance, literary, debate, photography, music and acting competitions.",
"url": "https://iconclave.iiitp.ac.in/",
"startDate": "2023-10-12T18:00:00-07:00",
"endDate": "2023-10-12T22:00:00-07:00",
"location": {
"@type": "Place",
"name": "IIIT Pune",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main Street",
"addressLocality": "Pune",
"addressRegion": " Maharashtra",
"postalCode": "4110441",
"addressCountry": "India"
}
},
"performer": {
"@type": "Organization",
"name": "IConclave - IIIT Pune"
}
}
`}
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/images/favicon.png" />
<title>IConclave' 23</title>
</head>
<body>
<div id="root" class=""></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>