mpv_send/static/index.html

11 lines
274 B
HTML
Raw Permalink Normal View History

2020-09-08 20:06:20 +02:00
<html>
<head>
</head>
<body>
<form action="/new" method="POST">
<input type="text" id="link" name="link" value=""/>
<input type="submit"/>
</form>
</body>
<html>