summaryrefslogtreecommitdiff
path: root/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'options.html')
-rw-r--r--options.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/options.html b/options.html
index 5f7058d..148d247 100644
--- a/options.html
+++ b/options.html
@@ -3,21 +3,24 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="fonts/lato.css" />
- <link rel="stylesheet" type="text/css" href="style.css" />
+ <link rel="stylesheet" type="text/css" href="options.css" />
<title>Tempo Options</title>
<script type="text/javascript" src="options.js"></script>
</head>
<body>
- <p>
- <select id="timeformat">
- <option value="12">12-hour</option>
- <option value="24">24-hour</option>
- </select>
- </p>
- <p id="status"></p>
- <p>
- <button id="save">Save</button>
- </p>
+ <div id="container">
+ <h1>Options</h1>
+ <p>Time format:
+ <select id="timeformat">
+ <option value="12">12-hour</option>
+ <option value="24">24-hour</option>
+ </select>
+ </p>
+ <p id="status">&nbsp;</p>
+ <p id="button">
+ <button id="save">Save</button>
+ </p>
+ </div>
</body>
</html>