12 lines
262 B
HTML
12 lines
262 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Búsqueda de productos</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="/buscar/" method="GET">
|
||
|
<input type="text" name="prod">
|
||
|
<input type="submit" value="Buscar">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|