Files
webextensions-examples/proxy-blocker/options/options.html
wbamberg 4126904ecb Add proxy example (#225)
* Add proxy example

* Updated after review comments
2017-05-29 14:54:46 -07:00

20 lines
333 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="options.css"/>
</head>
<body>
<section>
<span class="title">Hosts to block:</span>
<textarea id="blocked-hosts" rows="10" cols="50"></textarea>
</section>
<script src="options.js"></script>
</body>
</html>