ClassworksKVAdmin/index.html
SunWuyuan 934cdb7040
feat: update favicon and logo assets; modify index.vue layout
- Added new favicon.ico and logo.png files to the assets directory.
- Introduced a new logo.svg file for scalable vector graphics support.
- Commented out the shield icon in index.vue for a cleaner header layout.
2025-10-06 20:40:39 +08:00

14 lines
342 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Classworks KV</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>