add popup page

This commit is contained in:
Ilya Grigorik
2014-08-24 23:01:03 -07:00
parent 724ec1ada3
commit 33da3f2a5e
4 changed files with 62 additions and 4 deletions

14
popup.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<title>Video Speed Controller: Popup</title>
<link rel="stylesheet" href="popup.css" />
<script src="popup.js"></script>
</head>
<body>
<button id="config">Configure</button>
<hr />
<button id="feedback">Send feedback</button>
<button id="about">About</button>
</body>
</html>