Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/python/web/templates/index.html

17 lines
427 B
HTML

{% extends "base/main.html" %}
{% block title %}
Worblehat 0.1. Heisann!!
{% endblock %}
{% block content %}
Velkommen til PVVs bokdatabase, Worblehat.<br/>
Her kan du søke etter bøker til din hjertens lyst.<br/>
<!---
<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>
---!>
{% endblock %}