-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.95 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 1.95 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="./favicon.svg" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Codeutsava 9.0</title>
<meta
name="description"
content="Join Codeutsava 9.0, Central India's largest coding event at NIT Raipur. Show your skills in coding competitions, attend tech workshops, and connect with industry professionals."
/>
<meta
name="keywords"
content="Codeutsava, Coding event, Hackathon, NIT Raipur, Coding competition, Tech workshops, Programming, Innovation, Networking"
/>
<meta name="author" content="Turing Club of Programmers, NIT Raipur" />
<meta name="robots" content="index, follow" />
<!-- Meta tags for Open Graph (OG) to improve sharing on social media like facebook and instagram -->
<meta
property="og:title"
content="Codeutsava 9.0 - Central India's Largest Coding Event"
/>
<meta
property="og:description"
content="Codeutsava 9.0 at NIT Raipur is the largest coding event in Central India. Participate in coding challenges, attend tech workshops, and connect with industry leaders."
/>
<meta property="og:url" content="https://codeutsava.nitrr.ac.in" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DMCD6YMEHX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DMCD6YMEHX');
</script>
</head>
<body class="bg-[#0d0d0d] text-white antialiased">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>