-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.85 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.85 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
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ATMoS 2025</title>
<meta name="title" content="ATMoS 2025" />
<meta name="description" content="ATMOS is the annual techno-management festival of BITS Pilani, Hyderabad Campus. It is a major student-run event that hosts a wide range of technical competitions, workshops, exhibitions, and guest lectures, attracting participants from across India." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://atmos-bits.com/" />
<meta property="og:title" content="ATMoS 2025" />
<meta property="og:description" content="ATMOS is the annual techno-management festival of BITS Pilani, Hyderabad Campus. It is a major student-run event that hosts a wide range of technical competitions, workshops, exhibitions, and guest lectures, attracting participants from across India." />
<meta property="og:image" content="https://atmos-bits.com/embed.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://atmos-bits.com/" />
<meta property="twitter:title" content="ATMoS 2025" />
<meta property="twitter:description" content="ATMOS is the annual techno-management festival of BITS Pilani, Hyderabad Campus. It is a major student-run event that hosts a wide range of technical competitions, workshops, exhibitions, and guest lectures, attracting participants from across India." />
<meta property="twitter:image" content="https://atmos-bits.com/embed.jpg" />
</head>
<body class="overflow-x-hidden overflow-y-scroll">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>