add search

This commit is contained in:
Vri 🌈 2023-10-11 21:18:18 +02:00
parent f6f179e071
commit 23cb696f61
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
3 changed files with 41 additions and 7 deletions

View file

@ -3,11 +3,15 @@
<html>
<head>
<title>Very wichtig!</title>
<title>Stadtratmonitor</title>
</head>
<body>
<h1>Henlo Welt!</h1>
<h1>Stadtratmonitor</h1>
<form action="/search" method="get">
<input type="search" name="q" placeholder="Suchen">
<button>Suchen</button>
</form>
</body>
</html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Stadtratmonitor</title>
</head>
<body>
<h1>Stadtratmonitor</h1>
<p>{{ query }}</p>
</body>
</html>