17 lines
No EOL
257 B
HTML
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> |