aboutsummaryrefslogtreecommitdiff
path: root/demo/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/index.html')
-rw-r--r--demo/src/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/demo/src/index.html b/demo/src/index.html
index 2a8e924..99b1c84 100644
--- a/demo/src/index.html
+++ b/demo/src/index.html
@@ -10,7 +10,10 @@
<body>
<h2>AVR8js LED Demo</h2>
<div class="app-container">
- <div class="leds"></div>
+ <div class="leds">
+ <wokwi-led color="green"></wokwi-led>
+ <wokwi-led color="red"></wokwi-led>
+ </div>
<div class="toolbar">
<button id="run-button">Run</button>
<button id="stop-button" disabled>Stop</button>