feat: update admin frontend

This commit is contained in:
Rogee
2025-03-31 17:39:23 +08:00
parent d016934d83
commit 88ec28b7f4
4 changed files with 13 additions and 9 deletions

View File

@@ -1,13 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<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" />
<title>Vite + Vue</title>
</head>
<body>
<title>Admin</title>
<link rel="stylesheet" href="/src/style.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
</body>
</html>