pointsight/static/templates/filterPage.html
2022-03-06 18:36:36 +01:00

5 lines
311 B
HTML

<h1 class="text-4xl">Filter</h1>
<p>Tag:<input type="text" id="filter" style="color: black;"></p><br>
<button class="bg-gray-400 border-solid border-gray-900 hover:bg-green-900 font-bold py-2 px-4 hover:text-white rounded transition duration-500 ease-in-out" onclick="applyFilter()">Apply</button>