summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index c73282b..9a2fd05 100644
--- a/index.html
+++ b/index.html
@@ -27,8 +27,11 @@
<div class="widget button toggle">Lamp 1</div>
<div class="widget slider" style="--fill-percent: 0.3;"></div>
<div class="widget button checkbox"></div>
+ <div class="widget color-wheel" style="--pos-x: 0.3; --pos-y: 0.3;"></div>
+ <div class="widget color-temp" style="--pos: 0.3;"></div>
+ <div class="widget color-light" style="--pos: 0.3;"></div>
</content>
<script type="module" src="scripts/main.js"></script>
</body>
-</html> \ No newline at end of file
+</html>