-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
69 lines (67 loc) · 2.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Prometeo 2025, IIT Jodhpur's annual techfest, marks the fourth edition of its flagship Technical and Entrepreneurial event. Widely recognized as IITJ Fest, it celebrates innovation, creativity, and collaboration."
/>
<meta name="og:site_name" content="Prometeo'25" />
<meta
name="og:title"
content="Prometeo'25 - Innovate, Implement and Improve"
/>
<meta
name="og:description"
content="Prometeo 2025, IIT Jodhpur's annual techfest, marks the fourth edition of its flagship Technical and Entrepreneurial event. Widely recognized as IITJ Fest, it celebrates innovation, creativity, and collaboration."
/>
<meta name="og:url" content="https://prometeo.in/" />
<meta name="og:type" content="website" />
<meta
name="og:image"
itemprop="image"
content="https://i.postimg.cc/hvMV6BcM/Whats-App-Image-2024-12-11-at-14-18-03.jpg"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta
name="twitter:title"
content="Prometeo'25 - Innovate, Implement and Improve"
/>
<meta
name="twitter:description"
content="Prometeo 2025 is the fourth edition of IIT Jodhpur's Technical and Entrepreneurial Festival."
/>
<meta
name="twitter:image"
content="https://i.postimg.cc/hvMV6BcM/Whats-App-Image-2024-12-11-at-14-18-03.jpg"
/>
<title>Prometeo'25</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Share+Tech&display=swap"
rel="stylesheet"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZFGDPPJDXE"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-ZFGDPPJDXE");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>