2020-12-05 11:26:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2022-05-13 16:47:10 +01:00
|
|
|
<title>Device Dashboard</title>
|
2020-12-05 11:26:32 +00: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" />
|
2022-05-23 15:27:19 +01:00
|
|
|
<link rel="stylesheet" href="chartist.min.css" />
|
2020-12-05 11:26:32 +00:00
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
</head>
|
|
|
|
<body></body>
|
2022-05-23 15:27:19 +01:00
|
|
|
<script src="chartist.min.js"></script>
|
2022-05-13 16:47:10 +01:00
|
|
|
<script type="module" src="main.js"></script>
|
2020-12-05 11:26:32 +00:00
|
|
|
</html>
|