File size: 339 Bytes
6d83c51
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Video URL Input</title>
</head>
<body>
    <h1>Enter Video URL</h1>
    <form action="/play" method="post">
        <input type="text" name="video_url" placeholder="Enter Rutube video URL">
        <button type="submit">Play</button>
    </form>
</body>
</html>