|
|
|
@ -13,7 +13,10 @@
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
|
|
|
|
<h1>Ucontrol</h1>
|
|
|
|
|
<button id="activate"></button>
|
|
|
|
|
<div class="button">
|
|
|
|
|
<button id="activate"></button>
|
|
|
|
|
<label for="activate" id="label">Filter</label>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
<ul id="selected-list">
|
|
|
|
|
<li class="category reference">
|
|
|
|
@ -24,6 +27,6 @@
|
|
|
|
|
</label>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<button id="preferences">Preferences</button>
|
|
|
|
|
<button id="preferences">More info ></button>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|