Files
backmanagerweb/index.html

14 lines
376 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2026-06-22 22:18:08 +08:00
<link href="./public/mixue.png" rel="icon" type="image/png" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
2026-06-22 22:18:08 +08:00
<title>蜜雪冰城管理系统</title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>