mpv_send/static/index.html
2020-09-08 20:06:20 +02:00

11 lines
274 B
HTML

<html>
<head>
</head>
<body>
<form action="/new" method="POST">
<input type="text" id="link" name="link" value=""/>
<input type="submit"/>
</form>
</body>
<html>