-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
21 lines (21 loc) · 913 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/karma-logo-white.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="What goes around comes around." />
<!-- OG -->
<meta property="og:title" content="KARMA'24" />
<meta property="og:description" content="What goes around comes around." />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" />
<meta property="og:image" content="https://raw.githubusercontent.com/TinkerHubKMCTCE/Karma-KMCT/main/public/assets/karmacolor.png" />
<!-- OG End -->
<title>KARMA'24</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>