mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
cleanup options page
This commit is contained in:
13
options.html
13
options.html
@@ -1,12 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>HTML5 Video Playback Speed Controller Options</title>
|
<title>Video Speed Controller: Options</title>
|
||||||
<link rel="stylesheet" type="text/css" href="options.css" />
|
<link rel="stylesheet" href="options.css" />
|
||||||
|
<script src="options.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>HTML5 Video Playback Speed Controller</h1>
|
<h1>Video Speed Controller</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@@ -41,9 +42,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<button id="save">Save</button> <button id="restore">Restore Defaults</button>
|
<button id="save">Save</button>
|
||||||
<div id="status"></div>
|
<button id="restore">Restore Defaults</button>
|
||||||
|
|
||||||
|
<div id="status"></div>
|
||||||
</body>
|
</body>
|
||||||
<script type="text/javascript" src="options.js"></script>
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user