mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
19 lines
350 B
HTML
19 lines
350 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<form>
|
|
<label>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>
|