Files
webextensions-examples/latest-download/popup/latest_download.html
2016-05-04 15:55:31 -07:00

21 lines
376 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="latest_download.css"/>
</head>
<body>
<div id="download-entry">
<img id="icon"/><pre id="url"></pre>
</div>
<input id="open" type="button" value="Open"/>
<input id="remove" type="button" value="Remove"/>
<script src="latest_download.js"></script>
</body>
</html>