15 lines
No EOL
512 B
HTML
15 lines
No EOL
512 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<!-- <div class="checkBoxWrap">
|
|
<input type="checkbox" id="clickOnly" name="clickOnly"/>
|
|
<label for="clickOnly">Run browser popup only when icon is clicked</label>
|
|
</div>
|
|
<div class="optionText">Github: <a target="_blank" href="https://github.com/z0ccc/Reddit-Wherever">https://github.com/z0ccc/Reddit-Wherever</a></div> -->
|
|
<div id="options"></div>
|
|
</body>
|
|
<script src="options.js"></script>
|
|
</html> |