Files
UT-Registration-Plus/popup.html
Sriram Hariharan 7efdaa7a9a list
2018-07-08 18:52:28 -05:00

16 lines
290 B
HTML

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