init commit

This commit is contained in:
Gary Wang
2020-06-09 21:27:28 +08:00
commit 3727ec6800
5 changed files with 88 additions and 0 deletions

16
popup.html Normal file
View 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>