remwharead/browser-plugins/webextension/options.html
tastytea 42fbf0a55d
All checks were successful
continuous-integration/drone/push Build is passing
WebExtension: Added shortcut.
2019-05-24 14:07:49 +02:00

16 lines
423 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<form>
<label for="archive">Use archive.org to archive URIs:</label>
<input type="checkbox" id="archive" value="archive" checked/>
</form>
<p id="shortcuts">You can edit shortcuts using the gear icon at the top right.</p>
<script src="options.js"></script>
</body>
</html>