-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
24 lines (21 loc) · 1.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="title" content="Malabar Hub Meet 2023">
<meta name="description"
content="Malabar Hub Meet (MHM) is a two-day annual flagship event of IEEE Malabar Hub aimed at connecting the vibrant volunteers across the Malabar Hub and cheering them up with technical and cultural exposure.">
<meta name="keywords"
content="mhm, malabar, hub, meet, mhm23, malabar hub meet, malabar hub meet 2023, ieee, ieee malabar hub, ieee kerala section, kerala, kannur">
<link rel="icon" type="image/png" href="/mhm.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>MHM23</title>
</head>
<body>
<div id="root" class="overflow-x-hidden"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>