mongoose/examples/device-dashboard/web_root/index.html

13 lines
373 B
HTML
Raw Normal View History

2020-12-05 19:26:32 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-05-13 23:47:10 +08:00
<title>Device Dashboard</title>
2020-12-05 19:26:32 +08:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
</head>
<body></body>
2022-05-13 23:47:10 +08:00
<script type="module" src="main.js"></script>
2020-12-05 19:26:32 +08:00
</html>