big update
This commit is contained in:
13
dashboard/index.html
Normal file
13
dashboard/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ledda's Room Climate</title>
|
||||
<link type="text/css" href="./assets/styles.css" rel="stylesheet" />
|
||||
<script type="module" src="./src/main.ts"></script>
|
||||
<link rel="shortcut icon" type="image/jpg" href="/favicon64.png"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user