nova-admin/index.html
Coffee-crocodile 4568d807b3 chore: remove deps
remove `vite-plugin-vue-setup-extend`
2023-06-25 11:48:42 +08:00

15 lines
359 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="appLoading"></div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>