macropad/templates/configure.html
2022-11-29 21:22:30 +01:00

25 lines
673 B
HTML

<html>
<head>
<title>macropad (tbn)</title>
</head>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}" />
<body class="noselect">
<h2>Configure</h2>
Widgets:
<ul>
<li>app1 - &uparrow; / &downarrow; / <span style="color:red">X</span></li>
</ul>
<hr>
<select>
<option>option1</option>
<option>option2</option>
<option>option3</option>
</select>
<button>Add</button>
<hr>
<button style="font-weight:bold">Save changes</button>
or <a href="/">discard</a>
</body>
</html>