spectabular/options.html
2015-02-28 17:53:59 -05:00

12 lines
311 B
HTML

<html>
<head>
<title>Spectabular Options</title>
<link href="options.css" rel="stylesheet" type="text/css">
<script src="options.js"></script>
</head>
<body>
<div id="options">
<label class="optionLabel"><input class="option" id="darkMode" type="checkbox">Enable dark mode.</label>
</div>
</body>
</html>