Basic search and display working
This commit is contained in:
parent
17cb7765c1
commit
c64226ffb9
12 changed files with 325 additions and 65 deletions
6
front.html
Normal file
6
front.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<h1>Imperial Library of Trantor</h1>
|
||||
<form action="/search/">
|
||||
<input type="search" name="q" />
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
<p><img src="/img/library.jpg" alt="library" /></p>
|
Reference in a new issue