mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
14 lines
270 B
HTML
14 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<label for="superImportantUserPref">Super important user preference</label>
|
|
<input type="text" id="superImportantUserPref">
|
|
</div>
|
|
<script src="options.js">
|
|
</script>
|
|
</body>
|
|
</html>
|