mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Initial commit
This commit is contained in:
commit
28c8a3f0ba
136 changed files with 13350 additions and 0 deletions
5
templates/SearchForm.php
Normal file
5
templates/SearchForm.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<form action="/ebooks/" method="get">
|
||||
<label class="search">
|
||||
Search ebooks: <input type="search" name="query" placeholder="Search ebooks..." value="<?= Formatter::ToPlainText($query ?? '') ?>" />
|
||||
</label>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue