You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
257 B

  1. <!DOCTYPE html>
  2. <html lang="NO">
  3. <head>
  4. <style>
  5. button {
  6. height: 30px;
  7. width: 30px;
  8. outline: none;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <button id="changeColor" value="#FF0000">qqq</button>
  14. <script src="popup.js"></script>
  15. </body>
  16. </html>