stadtratmonitor-rust/templates/index.html.tera

17 lines
257 B
Text
Raw Normal View History

2023-10-11 20:53:35 +02:00
<!DOCTYPE html>
<html>
<head>
2023-10-11 21:18:18 +02:00
<title>Stadtratmonitor</title>
2023-10-11 20:53:35 +02:00
</head>
<body>
2023-10-11 21:18:18 +02:00
<h1>Stadtratmonitor</h1>
<form action="/search" method="get">
<input type="search" name="q" placeholder="Suchen">
<button>Suchen</button>
</form>
2023-10-11 20:53:35 +02:00
</body>
</html>