aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index e727743..4541301 100644
--- a/src/index.html
+++ b/src/index.html
@@ -6,7 +6,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
- <div id="fan">
+ <div class="top">
+ <div class="icon">
+ <img src="../images/HMI_HVAC_Fan_Icon.svg">
+ </div>
+ <div class="fanSpeed">
+ <div class="fanSpeedContainer">
+ <input type="range" min="1" max="100" value="50">
+ <progress value="50" max="100"></progress>
+ </div>
+ <div class="label">
+ FAN SPEED
+ </div>
+ </div>
</div>
<div class="center">