dtp-webextension/popup.html

20 lines
384 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
button {
height: 30px;
width: 90px;
outline: none;
}
</style>
</head>
<body>
<button id="download">Download</button>
<button id="download2">2nd</button>
<button id="download3">3rd</button>
<button id="download4">4th</button>
<script src="popup.js"></script>
</body>
</html>