Spaces:
Sleeping
Sleeping
<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> |