File size: 305 Bytes
a20d046
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<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>