13 lines
480 B
HTML
13 lines
480 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>
|
|
<label class="optionLabel"><input class="option" id="sync" type="checkbox">Sync settings with Google</label> <!-- SYNC WILL NOT WORK IF YOU COMPILED FROM SOURCE. -->
|
|
</div>
|
|
</body>
|
|
</html> |