mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
15 lines
343 B
HTML
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>
|