19 lines
369 B
HTML
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! 🌈</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> |