big update

This commit is contained in:
Daniel Ledda
2021-02-27 13:06:36 +01:00
parent 0dc3fdb9b8
commit eb5c9faa35
13 changed files with 746 additions and 169 deletions

12
webapp/dist/charts-dev.html vendored Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ledda's Room Climate</title>
<link href="styles.css" rel="stylesheet" />
<script src="main.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>

6
webapp/dist/main.js.LICENSE.txt vendored Normal file
View File

@@ -0,0 +1,6 @@
/*!
* Chart.js v2.9.4
* https://www.chartjs.org
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/