init commit
This commit is contained in:
16
popup.html
Normal file
16
popup.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!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>
|
Reference in New Issue
Block a user