2026-01-08 11:46:34 +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>BLS Project Console</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
2026-01-10 17:31:22 +08:00
|
|
|
<script type="module" src="/main.js"></script>
|
2026-01-08 11:46:34 +08:00
|
|
|
</body>
|
|
|
|
|
</html>
|