Files

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>