mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
29 lines
449 B
HTML
29 lines
449 B
HTML
<!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> |