mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
3 lines
214 B
PHP
3 lines
214 B
PHP
<form action="/ebooks" method="get">
|
|
<label class="search">Search ebooks: <input type="search" name="query" placeholder="Search all ebooks..." value="<?= Formatter::ToPlainText($query ?? '') ?>"/></label>
|
|
</form>
|