PrivateKeyboardAddon/settings/options.html

27 lines
572 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="options.css">
</head>
<body>
<form>
<input type="checkbox" id="whitelistLAN">
<label for="whitelistLAN">Whitelist private IP + localhost range hostnames (e.g. routers)</label>
<h1>Trusted domains (comma delimited)</h1>
<textarea id="whitelist" cols=50 rows=10></textarea>
<br><br>
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
<div id="saved"><br></div>
</body>
</html>