-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 866 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (24 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin</title>
<meta
name="description"
content="Admin Dashboard UI built with Shadcn and Vite."
/>
<script src="/settings.js"></script>
<script src="/settings.local.js"></script>
<script src="./locales/en-US.js"></script>
<script src="./locales/zh-CN.js"></script>
<script src="./locales/ru-RU.js"></script>
<script type="module" crossorigin src="./assets/index-CEIYH7i8.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DiYa-_z_.css">
</head>
<body>
<div id="root"></div>
</body>
</html>