2024-11-12 15:44:05 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-12-24 17:13:37 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link
|
|
|
|
rel="shortcut icon"
|
|
|
|
type="image/x-icon"
|
|
|
|
href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico"
|
|
|
|
/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-03-25 22:16:36 +08:00
|
|
|
<title>基于MQTT的IOT设备管理系统</title>
|
2024-12-24 17:13:37 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
2025-02-17 22:42:51 +08:00
|
|
|
</html>
|