Files
videospeed/popup.html
Ilya Grigorik 33da3f2a5e add popup page
2014-08-24 23:01:03 -07:00

15 lines
343 B
HTML

<!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>