Files
webextensions-examples/commands/options.html
2023-08-10 16:33:08 +12:00

19 lines
364 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<label for="shortcut">Keyboard shortcut</label>
<input type="text" id="shortcut">
<button id="update">Update keyboard shortcut</button>
<button id="reset">Reset keyboard shortcut</button>
</form>
<script src="options.js"></script>
</body>
</html>