17 lines
256 B
HTML
17 lines
256 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
button {
|
||
|
height: 30px;
|
||
|
width: 90px;
|
||
|
outline: none;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<button id="download"></button>
|
||
|
<script src="popup.js"></script>
|
||
|
</body>
|
||
|
</html>
|