Files
UT-Registration-Plus/popup.html
Sriram Hariharan 8806e8d876 cleaned up some code
2018-07-07 16:57:23 -05:00

15 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
button {
height: 30px;
width: 30px;
outline: none;
}
</style>
</head>
<body>
<button id="changeColor"></button>
</body>
</html>