25 lines
538 B
HTML
25 lines
538 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Worblehat 0.1: {% block title %}{% endblock %}</title>
|
|
<meta charset="utf-8">
|
|
<link type="text/css" rel="stylesheet" href="/media/styles/scaffold.css">
|
|
|
|
{% block meta %}
|
|
{% endblock %}
|
|
</head>
|
|
<body>
|
|
<h1>Worblehat</h1>
|
|
<hr/>
|
|
{% block content %}
|
|
{% endblock %}
|
|
<br/><br/>
|
|
<hr/>
|
|
<div class="field">
|
|
<form action="/let/" method="get">
|
|
<input type="search" name="searchterm" placeholder="Søk etter bøker eller forfattere" autofocus>
|
|
<input type="submit" value="Søk!">
|
|
</form>
|
|
</div>
|
|
</body>
|