Files
admin/index.html

13 lines
302 B
HTML
Raw Permalink Normal View History

2026-04-20 10:13:52 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BIM Dashboard</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/entry.js"></script>
</body>
</html>