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.
16 lines
257 B
16 lines
257 B
<!DOCTYPE html>
|
|
<html lang="NO">
|
|
<head>
|
|
<style>
|
|
button {
|
|
height: 30px;
|
|
width: 30px;
|
|
outline: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<button id="changeColor" value="#FF0000">qqq</button>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|