dtp-webextension/popup.html

17 lines
264 B
HTML
Raw Normal View History

2020-06-09 21:27:28 +08:00
<!DOCTYPE html>
<html>
<head>
<style>
button {
height: 30px;
width: 90px;
outline: none;
}
</style>
</head>
<body>
2020-06-09 23:08:05 +08:00
<button id="download">Download</button>
2020-06-09 21:27:28 +08:00
<script src="popup.js"></script>
</body>
</html>