added proper html tags to the search bar

This commit is contained in:
Jonas
2024-12-15 15:03:36 +01:00
committed by GitHub
parent b7b7dc688d
commit 8408e603e6

View File

@@ -12,7 +12,7 @@
<h1 id="sc">soundcloak</h1>
<form action="/search">
<div style="display: flex; gap: .5rem;">
<input name="q" type="text" style="padding: .5rem .6rem; flex-grow: 1;">
<input name="q" type="text" autocomplete="off" autofill="off" style="padding: .5rem .6rem; flex-grow: 1;">
<select name="type">
<option value="tracks">Tracks</option>