Files
IoTManagerWeb/public/index.html

17 lines
397 B
HTML
Raw Normal View History

2021-09-16 02:00:52 +08:00
<!DOCTYPE html>
<html lang="en">
2022-08-26 00:01:29 +02:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
2021-09-16 02:00:52 +08:00
2023-10-07 02:04:52 +02:00
<title>IoT Manager 4.5.2</title>
2021-09-16 02:00:52 +08:00
2022-08-26 00:01:29 +02:00
<link rel="icon" type="image/png" href="/favicon.ico" />
2023-10-07 02:04:52 +02:00
<link rel="stylesheet" href="/build/bundle.css?4520" />
2021-09-16 02:00:52 +08:00
2023-10-07 02:04:52 +02:00
<script defer src="/build/bundle.js?4520"></script>
2022-08-26 00:01:29 +02:00
</head>
2021-09-16 02:00:52 +08:00
2022-08-26 00:01:29 +02:00
<body></body>
2021-09-16 02:00:52 +08:00
</html>