cleaned up some code

This commit is contained in:
Sriram Hariharan
2018-07-07 16:57:23 -05:00
parent 4d021c6d80
commit 8806e8d876
8 changed files with 68 additions and 43 deletions

15
popup.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<style>
button {
height: 30px;
width: 30px;
outline: none;
}
</style>
</head>
<body>
<button id="changeColor"></button>
</body>
</html>