25 lines
673 B
HTML
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 - ↑ / ↓ / <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> |