pimoroni-pico-rp2350/examples/plasma_2350_w/html/index.html
Phil Howard af670449c0 CI: Refactor to match our other tooling.
Retarget pimoroni-pico to feature/picovector2-and-layers.
2025-04-14 17:06:58 +01: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>