13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
<% include header %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<section class="searchform">
|
|
<form class="pure-form " action="" method="">
|
|
<input type="text" placeholder="Enter ISBN" autofocus required>
|
|
<button>Search</button>
|
|
</form>
|
|
</section>
|
|
|
|
<% include footer %> |