forked from Prarambha369/hackday
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (81 loc) · 4.2 KB
/
index.html
File metadata and controls
86 lines (81 loc) · 4.2 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Butwal Hack | Hackathon in Butwal, Nepal - MHL Event | Web Development & Innovation</title>
<meta name="description" content="Butwal Hack: Major Hacking League event in Butwal, Nepal. 10-hour student hackathon featuring web development, AI, mobile apps, and IoT challenges. Join student innovators for hackathon in Butwal. Register on Devpost." />
<meta name="keywords" content="Butwal hackathon, MHL Nepal, hackathon Butwal, web development events, web development hackathon Nepal, student hackathon Butwal, Major League Hacking Nepal, innovation event Butwal, tech event Nepal, coding competition, hackathon event" />
<meta name="author" content="Butwal Hack Team" />
<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=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="canonical" href="/" />
<meta property="og:site_name" content="Butwal Hack — MHL Event" />
<meta property="og:title" content="Butwal Hack | Hackathon in Butwal, Nepal - MHL Web Development Event" />
<meta property="og:description" content="Join Butwal Hack, a Major Hacking League event in Butwal, Nepal. 10-hour student hackathon with web development, AI, mobile, and IoT challenges. Register now on Devpost." />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<meta property="og:image" content="/assets/opengraph-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Butwal Hack | Hackathon in Butwal, Nepal - MHL Event" />
<meta name="twitter:description" content="Student hackathon in Butwal featuring web dev, AI, mobile & IoT. Major League Hacking event. Join on Devpost." />
<meta name="twitter:image" content="/assets/opengraph-image.png" />
<link rel="icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Butwal Hack",
"description": "Butwal Hack is a 10-hour Major League Hacking event in Butwal, Nepal. A student-focused hackathon featuring challenges in web development, AI, machine learning, mobile app development, hardware, IoT, and open innovation.",
"url": "https://butwalhacks.com",
"image": "/favicon.png",
"startDate": "2026-01-17T08:00:00+05:45",
"endDate": "2026-01-17T18:00:00+05:45",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Butwal, Nepal",
"address": {
"@type": "PostalAddress",
"addressRegion": "Butwal",
"addressCountry": "NP"
}
},
"organizer": {
"@type": "Organization",
"name": "Butwal Hack",
"url": "https://butwalhacks.com"
},
"offers": {
"@type": "Offer",
"url": "https://butwal.devpost.com/",
"price": "0",
"priceCurrency": "NPR",
"availability": "https://schema.org/InStock",
"validFrom": "2025-11-13"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://butwalhacks.com",
"name": "Butwal Hack | Hackathon in Butwal, Nepal",
"description": "MHL Nepal event: Student hackathon in Butwal with web development, AI, and innovation challenges.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://butwalhacks.com?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>