diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |