pimoroni-pico-rp2350/examples/plasma_2350_w/html/index.html
Phil Howard c9f5a28cd4 CI: Refactor to match our other tooling.
Retarget pimoroni-pico to feature/picovector2-and-layers.
2025-03-05 12:31:54 +00:00

19 lines
369 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Plasma 2350 W</title>
</head>
<body>
<h1>Plasma 2350 W</h1>
<h3>You can use this webpage to change the colour of your attached LED strip! &#127752</h3>
<form action="/", method="post">
<input type="color" id="rgbled" name="rgbled" value={{last_hex}}>
<br>
<br>
<input type="submit" value="Apply">
</form>
</body>
</html>