spectabular/options.html
2015-02-27 11:11:08 -05:00

11 lines
220 B
HTML

<html>
<head>
<title>Spectabular Options</title>
<script src="options.js"></script>
</head>
<body>
<div id="options">
<input class="option" id="darkMode" type="checkbox">Use dark mode</input>
</div>
</body>
</html>