cleanup options page

This commit is contained in:
Ilya Grigorik
2014-08-24 23:01:29 -07:00
parent 33da3f2a5e
commit 2c4dcf192d

View File

@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Video Playback Speed Controller Options</title>
<link rel="stylesheet" type="text/css" href="options.css" />
<title>Video Speed Controller: Options</title>
<link rel="stylesheet" href="options.css" />
<script src="options.js"></script>
</head>
<body>
<header>
<h1>HTML5 Video Playback Speed Controller</h1>
<h1>Video Speed Controller</h1>
</header>
<section>
@@ -41,9 +42,9 @@
</div>
</section>
<button id="save">Save</button> <button id="restore">Restore Defaults</button>
<div id="status"></div>
<button id="save">Save</button>
<button id="restore">Restore Defaults</button>
<div id="status"></div>
</body>
<script type="text/javascript" src="options.js"></script>
</html>