remwharead/browser-plugins/webextension/options.html

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>