You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
449 B
HTML
29 lines
449 B
HTML
|
6 years ago
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head><title>YoutubeDL-Material Extension Options</title></head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h2>Settings</h2>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<h4>Frontend URL</h4>
|
||
|
|
<input placeholder="Frontend URL" type="text" id="frontend_url">
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<br/>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<label>
|
||
|
|
<input type="checkbox" id="audio_only">
|
||
|
|
Audio only
|
||
|
|
</label>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<br/>
|
||
|
|
|
||
|
|
<div id="status"></div>
|
||
|
|
<button id="save">Save</button>
|
||
|
|
|
||
|
|
<script src="options.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|