mirror of
				https://github.com/SoPat712/videospeed.git
				synced 2025-10-30 10:33:57 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			378 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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>
 | 
