Files
front/index.html

14 lines
386 B
HTML
Raw Permalink Normal View History

2026-03-05 23:45:39 +08:00
<!doctype html>
2026-03-22 09:39:42 +08:00
<html lang="zh-CN">
2026-03-05 23:45:39 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%favicon.svg" />
2026-03-05 23:45:39 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-03-07 20:11:25 +08:00
<title>智能运维管理系统</title>
2026-03-05 23:45:39 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>