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