dtp-webextension/popup.html

17 lines
256 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>
<button id="download"></button>
<script src="popup.js"></script>
</body>
</html>