Basic search and display working

This commit is contained in:
Las Zenow 2012-07-30 23:23:38 +02:00
parent 17cb7765c1
commit c64226ffb9
12 changed files with 325 additions and 65 deletions

6
front.html Normal file
View 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>