kv-download/templates/media/index.html
Ronnie Roller 3a47cb5dd8 init
2020-02-02 19:06:03 -08:00

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>