edu / templates /search.html
Mythus's picture
Upload 5 files
a20d046 verified
raw
history blame contribute delete
305 Bytes
<!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>