deem/server/templates/index.ejs
2018-03-04 19:21:13 +02:00

12 lines
309 B
Plaintext

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