Files
videospeed/popup.html
Ilya Grigorik 14e181388f bump to 0.4.0
2016-07-29 11:12:32 -07:00

15 lines
378 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">Settings</button>
<hr />
<button id="feedback" class="secondary">Send feedback</button>
<button id="about" class="secondary">About</button>
</body>
</html>