Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00
v3-admin-vite/index.html

17 lines
439 B
HTML
Raw Normal View History

2023-08-29 18:13:35 +08:00
<!doctype html>
2022-04-20 22:40:26 +08:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-04-22 16:40:40 +08:00
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/app-loading.css" />
2023-08-29 18:13:35 +08:00
<title>%VITE_APP_TITLE%</title>
2022-04-20 22:40:26 +08:00
</head>
<body>
2022-04-22 16:40:40 +08:00
<div id="app">
<div id="app-loading"></div>
</div>
2022-04-20 22:40:26 +08:00
<script type="module" src="/src/main.ts"></script>
</body>
</html>