forked from Deflated-Pappadam/define25
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.51 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Define 3.0 - Transform Tomorrow, Today</title>
<meta name="title" content="Define 3.0 - Transform Tomorrow, Today" />
<meta
name="description"
content="Define is a 24 hr hackathon organized by the CSE Department of MBCET."
/>
<meta
name="keywords"
content="hackathon,define 3.0,mbcet, cs, coding,google, mar baselios , google cloud , aws , linux , computer , science , design,hacking,mbcet,github, programming, hackathon, mbcet, hash, hash mbcet, hash define, hash define 3.0"
/>
<meta name="author" content="HASH MBCET" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://define3.xyz/" />
<meta property="og:title" content="Define 25 - Transform Tomorrow, Today" />
<meta
property="og:description"
content="Define is a 24 hr hackathon organized by the CSE of MBCET."
/>
<meta property="og:image" content="https://define3.xyz/social.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.png" />
<link rel="icon" sizes="32x32" href="/favicon.png" />
<link rel="icon" sizes="16x16" href="/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>