Created
February 26, 2023 20:06
-
-
Save mitchallen/a90ce41c1660f49a7b1a0f81ce84c8eb to your computer and use it in GitHub Desktop.
Example popup.html for a Chrome Extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="button.css"> | |
| </head> | |
| <body> | |
| <button id="changeColor"></button> | |
| <script src="popup.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment