11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
<% include header %>
|
|
|
|
<section class="search-form">
|
|
<form class="pure-form " action="" method="">
|
|
<input type="text" placeholder="Enter ISBN" autofocus required />
|
|
<button>Search</button>
|
|
</form>
|
|
</section>
|
|
|
|
<% include footer %>
|