rework tera instantiation

This commit is contained in:
Vri 🌈 2023-10-12 18:31:22 +02:00
parent 8ee0f38bc2
commit b85049f9f7
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
3 changed files with 14 additions and 2 deletions

17
templates/index.html Normal file
View 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>