diff options
Diffstat (limited to 'options.html')
-rw-r--r-- | options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options.html b/options.html index 93b1cd6..c26eb0d 100644 --- a/options.html +++ b/options.html @@ -16,10 +16,10 @@ <p class="option"><input type="radio" name="timeformat" id="t12" /><label for="t12"> 12-hour</label></p> <p class="option"><input type="radio" name="timeformat" id="t24" /><label for="t24"> 24-hour</label></p> </div> - <div id="button"> + <div class="button"> <button id="save">Save</button> </div> - <p id="status"> </p> </div> + <div id="status">Options saved.</p> </body> </html> |