-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 1.05 KB
/
index.html
File metadata and controls
29 lines (27 loc) · 1.05 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
<!doctype html>
<html lang="en">
<head>
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
<title>GREAT Idea Tech Admin Dashboard</title>
<meta
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
name="viewport"
/>
<link rel="icon" href="assets/img/kaiadmin/favicon.ico" type="image/x-icon" />
<!-- {/* Fonts and icons */} -->
<!-- {/* CSS Files */} -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/plugins.min.css" />
<link rel="stylesheet" href="assets/css/kaiadmin.min.css" />
<!-- {/* CSS Just for demo purpose, don't include it in your project */} -->
<link rel="stylesheet" href="assets/css/demo.css" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body >
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>