mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
5 lines
221 B
PHP
5 lines
221 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>
|