Files
2023-03-31 16:51:05 -07:00

17 lines
600 B
HTML

<html>
<script src="./third-party/chartjs/dist/chart.umd.js"></script>
<script src="./third-party/moment/min/moment.min.js"></script>
<script src="./third-party/chartjs-adapter-moment/dist/chartjs-adapter-moment.min.js"></script>
<script type="module" src="chart-iframe.js"></script>
<body>
<canvas id="chart"></canvas>
</body>
</html>
<dialog id="noDeviceDialog">
<p>Device is not detected, please make sure the CO2 meter is connected and the permission is granted!</p>
<p>Permission can be granted in the settings page.</p>
<button id="closeDialogButton">Close</button>
</dialog>