mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
20 lines
333 B
HTML
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>
|