mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
21 lines
376 B
HTML
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>
|