-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.61 KB
/
index.html
File metadata and controls
40 lines (38 loc) · 1.61 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
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/dataset-definiton.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KIIT-MiTA</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet"><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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
<style>
.inter{
font-family: "Inter", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
</style>
</head>
<body class="inter">
<div id="root"></div>
<div id="visitor-counter" style="display: none;">
<a href="http://www.freevisitorcounters.com">Counter</a>
<script
type="text/javascript"
src="https://www.freevisitorcounters.com/auth.php?id=96be75e6c4b1edf20b69cb4dbd5b4ed76c88637e"
></script>
<script
type="text/javascript"
src="https://www.freevisitorcounters.com/en/home/counter/1388574/t/11"
></script>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>