| <html> | |
| <head> | |
| <title>Cerca un video su eduboom</title> | |
| </head> | |
| <body> | |
| <h1>Cerca un video</h1> | |
| <form action="/search" method="post"> | |
| <input type="text" name="query" placeholder="Enter your query"> | |
| <button type="submit">Cerca</button> | |
| </form> | |
| </body> | |
| </html> | |