-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (21 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>AdminLTE | Dashboard v2</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="AdminLTE | Dashboard v2">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/index.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/styles/overlayscrollbars.min.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"> -->
<!-- <link rel="stylesheet" href="https://adminlte-v4.netlify.app/dist/css/adminlte.css"> -->
</head>
<body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
<div id="root" class="app-wrapper"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/browser/overlayscrollbars.browser.es6.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> -->
<!-- <script src="https://adminlte-v4.netlify.app/dist/js/adminlte.js"></script> -->
</body>
</html>