feat: add placeholder to search input

This commit is contained in:
flowfield 2022-12-24 14:10:23 +01:00
parent 77905ab3ac
commit 6a0e192928
No known key found for this signature in database
GPG key ID: FFBDB54A7F59ABB4

View file

@ -5,7 +5,7 @@
<body>
<form class="search-container" action="search.php" method="get" autocomplete="off">
<h1>Libre<span class="X">X</span></h1>
<input type="text" name="q" autofocus/>
<input placeholder="Search..." type="text" name="q" autofocus/>
<input type="hidden" name="p" value="0"/>
<input type="hidden" name="t" value="0"/>
<input type="submit" class="hide"/>