mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
cleanup options page
This commit is contained in:
13
options.html
13
options.html
@@ -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>
|
Reference in New Issue
Block a user