rework tera instantiation
This commit is contained in:
parent
8ee0f38bc2
commit
b85049f9f7
3 changed files with 14 additions and 2 deletions
17
templates/index.html
Normal file
17
templates/index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Stadtratmonitor</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Stadtratmonitor</h1>
|
||||
<form action="/search" method="get">
|
||||
<input type="search" name="q" placeholder="Suchen">
|
||||
<button>Suchen</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue