Files
xian_vue_new/index.html
T

14 lines
396 B
HTML
Raw Normal View History

2026-04-07 20:01:06 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>basic_template_not_login_front</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>