development-ib-fork/web/04/demos/basic_search.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>