robo / tutub.html
DmitrMakeev's picture
Rename up_user_gp.html to tutub.html
6d83c51 verified
raw
history blame
339 Bytes
<!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>