UNPKG

chrome-extension-template

Version:
14 lines (11 loc) 239 B
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="./index.css"> </head> <body> <div>Click to change background to wheat</div> <button id="button">Click</button> <script src="./index.js"></script> </body> </html>