19 lines
369 B
HTML
19 lines
369 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="browser-style">
|
|
<h2>Autostart</h2>
|
|
<input type="checkbox" id="autostart" checked name="autostart">
|
|
<label for="autostart">pass directly from JD2 Linkgrabbler to download list</label>
|
|
</div>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |