forked from WEB-IB-SS26/development-ib
17 lines
344 B
HTML
17 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Einfache Suche</title>
|
|
</head>
|
|
|
|
<body>
|
|
<form action="/search" method="get">
|
|
<input type="text" name="q">
|
|
<input type="submit" value="Suchen">
|
|
</form>
|
|
</body>
|
|
|
|
</html> |