9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
<% include header %>
|
|
|
|
<form class="pure-form " action="/search" method="POST">
|
|
<input type="text" name="ISBN" placeholder="Enter ISBN" autofocus required />
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
|
|
<% include footer %>
|