-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 979 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ember mug control</title>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>☕️</text></svg>"
/>
</head>
<body>
<h1 class="app__headline">ember mug control</h1>
<emc-bluetooth-connector></emc-bluetooth-connector>
<emc-notifications></emc-notifications>
<div id="emc-dashboard">
<emc-battery></emc-battery>
<emc-current-temp></emc-current-temp>
<emc-target-temp></emc-target-temp>
<emc-liquid-state></emc-liquid-state>
<emc-liquid-level></emc-liquid-level>
<emc-color></emc-color>
</div>
<footer>amber-light v%__APP_VERSION__% • Eduard Dopler • 2024</footer>
<script type="module" src="/src/main.js"></script>
</body>
</html>