stadtratmonitor-rust/templates/index.html
2023-10-12 18:31:22 +02:00

17 lines
No EOL
257 B
HTML

<!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>