-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
69 lines (58 loc) · 2.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/techfest-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta name="description" content="VIT Bhopal Tech Fest 2025 - One of the largest technical festivals. Join us to explore innovation and technology." />
<meta name="keywords" content="VIT Bhopal, Tech Fest, Technology, Innovation, Engineering, College Festival" />
<meta name="author" content="VIT Bhopal" />
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="VIT Bhopal Tech Fest 2025" />
<meta property="og:description" content="Join us at VIT Bhopal's largest technical festival" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techfest.vitbhopal.ac.in" />
<meta property="og:image" content="/techfest-banner.jpg" />
<!-- Theme Color for Mobile Browsers -->
<meta name="theme-color" content="#CBFC58" />
<title>VIT Bhopal Tech Fest 2025</title>
<!-- Preconnect to Google Fonts -->
<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=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Prevent Form Submissions if any -->
<script>
if (window.history.replaceState) {
window.history.replaceState(null, null, window.location.href);
}
</script>
</body>
</html>
<meta property="og:description" content="Join us at VIT Bhopal's largest technical festival" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techfest.vitbhopal.ac.in" /> <!-- Update with your actual URL -->
<meta property="og:image" content="/techfest-banner.jpg" /> <!-- Add your banner image -->
<!-- Theme Color for Mobile Browsers -->
<meta name="theme-color" content="#CBFC58" />
<title>VIT Bhopal Tech Fest 2025</title>
<!-- Preconnect to Google Fonts -->
<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=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Prevent Form Submissions if any -->
<script>
if (window.history.replaceState) {
window.history.replaceState(null, null, window.location.href);
}
</script>
</body>
</html>