qobuz-docker/index.html
2021-02-28 12:42:54 +01:00

17 lines
424 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="static/style.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="static/script.js"></script>
</head>
<body>
<div id="form">
<input type="text" value="" name="url"/>
<button id="download">Download</button>
</div>
<div id="logoutput">
</div>
</body>
</html>