2024-08-29 17:06:00 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<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"/>
|
|
|
|
<script type="module" src="/src/assets/iconfont/iconfont.js"></script>
|
|
|
|
|
2024-09-04 17:13:01 +08:00
|
|
|
<title>超级后台</title>
|
2024-08-29 17:06:00 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|