-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
34 lines (33 loc) · 1.09 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="/dist/output.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Official Website of Electrothon 6.0" />
<meta
name="keywords"
content="Electrothon,electrothon, Electrothon 6.0, SPEC,spec, NITH, Hackathon, Electrothon 2024"
/>
<meta name="author" content="Team SPEC" />
<meta id="og-title" property="og:title" content="Electrothon 6.0" />
<meta
id="og-description"
property="og:description"
content="Official website of Electrothon 6.0"
/>
<meta
id="og-image"
property="og:image"
content="./public/electro.png"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Electrothon 6.0" />
<title>Electrothon 6.O</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>