-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (50 loc) · 3.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/web.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
<!-- Primary Meta Tags -->
<title>IT Meet 2024</title>
<meta name="title" content="IT Meet 2024" />
<meta
name="description"
content='IT Meet is an annual, non-profit tech meetup at Kathmandu University, Dhulikhel, organized by students in collaboration with the Kathmandu University Computer Club (KUCC) and the Department of Computer Science and Engineering (DoCSE). Focused on celebrating recent advancements in IT, IT Meet has become a platform for tech enthusiasts to share ideas, compete, and gain real-world experience. With the theme "
Refresh, Reimagine, Innovate," IT Meet 2024 aims to provide future change-makers with opportunities for technical
growth and personal development.'
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://itmeet.kucc.ku.edu.np" />
<meta property="og:title" content="IT Meet 2024" />
<meta
property="og:description"
content='IT Meet is an annual, non-profit tech meetup at Kathmandu University, Dhulikhel, organized by students in collaboration with the Kathmandu University Computer Club (KUCC) and the Department of Computer Science and Engineering (DoCSE). Focused on celebrating recent advancements in IT, IT Meet has become a platform for tech enthusiasts to share ideas, compete, and gain real-world experience. With the theme "
Refresh, Reimagine, Innovate," IT Meet 2024 aims to provide future change-makers with opportunities for technical
growth and personal development.'
/>
<meta property="og:image" content="/itmeetlogo.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://itmeet.kucc.ku.edu.np" />
<meta property="twitter:title" content="IT Meet 2024" />
<meta
property="twitter:description"
content='IT Meet is an annual, non-profit tech meetup at Kathmandu University, Dhulikhel, organized by students in collaboration with the Kathmandu University Computer Club (KUCC) and the Department of Computer Science and Engineering (DoCSE). Focused on celebrating recent advancements in IT, IT Meet has become a platform for tech enthusiasts to share ideas, compete, and gain real-world experience. With the theme "
Refresh, Reimagine, Innovate," IT Meet 2024 aims to provide future change-makers with opportunities for technical
growth and personal development.'
/>
<meta property="twitter:image" content="/itmeetlogo.webp" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>