Starting anew, before I changed to a custom chart

This commit is contained in:
Daniel Ledda
2021-03-14 18:42:25 +01:00
commit 50362860ae
47 changed files with 13982 additions and 0 deletions

12
app-dist/static/index.ejs 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 type="text/css" href="<%= rootUrl %>/static/styles.css" rel="stylesheet" />
<script type="application/javascript" src="<%= rootUrl %>/static/dashboard.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>