Files
spa-view/index.html

14 lines
368 B
HTML
Raw Normal View History

2025-04-24 13:39:24 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-04-24 22:11:36 +08:00
<link rel="icon" type="image/svg+xml" href="/vue.svg" />
2025-04-24 13:39:24 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-04-24 16:59:40 +08:00
<title>奶酪云-应用中心</title>
2025-04-24 13:39:24 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>