Starting anew, before I changed to a custom chart
This commit is contained in:
12
app-dist/static/index.ejs
Normal file
12
app-dist/static/index.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user