7 lines
200 B
HTML
7 lines
200 B
HTML
<html lang="">
|
|
<head><title>media-roller</title></head>
|
|
<h1>Download media file</h1>
|
|
<form action="media/fetch">
|
|
<input type="text" name="url"><input type="submit" value="Fetch"/>
|
|
</form>
|
|
</html>
|