mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 19:52:40 -03:00
feat: add placeholder to search input
This commit is contained in:
parent
77905ab3ac
commit
6a0e192928
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue