-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DevCans - Coding & Development Club | NIT Sikkim</title>
<meta name="description" content="DevCans is the premier coding and development club at NIT Sikkim. Join us for hackathons, workshops, and building the future through code." />
<meta name="author" content="DevCans Team" />
<meta name="keywords" content="DevCans, NIT Sikkim, coding club, development, programming, hackathon, workshop, tech community" />
<meta property="og:title" content="DevCans - Coding & Development Club | NIT Sikkim" />
<meta property="og:description" content="Where innovation meets implementation. Join NIT Sikkim's premier coding community and build the future, one line of code at a time." />
<meta property="og:type" content="website" />
<meta property="og:image" content="icon.png" />
<link rel="icon" type="image/png" href="/icon.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevCans - Coding & Development Club" />
<meta name="twitter:description" content="Join NIT Sikkim's most active coding community. Hackathons, workshops, and endless possibilities await!" />
<meta name="twitter:image" content="icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>