Add searchbar

This commit is contained in:
2026-05-02 17:01:20 +02:00
parent 0eb74a78d3
commit 467b85b524
+4
View File
@@ -29,6 +29,10 @@ limitations under the License.
</div> </div>
</header> </header>
<form>
<input type="search" name="search" placeholder="Search..." required />
<button type="submit">Search</button>
</form>
<footer> <footer>
<p>&copy; 2026 Seekra.</p> <p>&copy; 2026 Seekra.</p>
</footer> </footer>