-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
33 lines (27 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="og:title" content="HackToFuture" />
<meta name="og:image" content="/src/assets/htf-thumbnail.jpg">
<meta name="og:url" content="https://hacktofuture.in" />
<meta name="og:description"
content="HackToFuture is a 36 hour long hackathon, running from 19-21 February. Whether you are a seasoned professional or a newcomer to the tech world, HackToFuture is the perfect opportunity to showcase your skills, make new- connections, and work towards a better future. " />
<meta name="twitter:description"
content="HackToFuture is a 36 hour long hackathon, running from 19-21 February. Whether you are a seasoned professional or a newcomer to the tech world, HackToFuture is the perfect opportunity to showcase your skills, make new- connections, and work towards a better future. " />
<meta name="twitter:title" content="HackToFuture" />
<meta name="twitter:image" content="/src/assets/htf-thumbnail.jpg">
<meta name="twitter:url" content="https://hacktofuture.in" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="keywords" content="HackToFuture" />
<!-- <meta name="author" content="" /> -->
<title>HackToFuture</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
</body>
</html>