mirror of
https://github.com/Synzvato/decentraleyes.git
synced 2025-12-23 23:38:39 -05:00
42 lines
964 B
HTML
42 lines
964 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Decentraleyes Options</title>
|
|
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="options.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
<section>
|
|
|
|
<label class="title">
|
|
<input data-option="blockMissing" type="checkbox">
|
|
<span data-i18n-content="blockMissingTitle"></span>
|
|
</label>
|
|
|
|
<div class="description" data-i18n-content="blockMissingDescription"></div>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<div class="title" data-i18n-content="domainWhitelistTitle"></div>
|
|
<input data-option="domainWhitelist" type="text">
|
|
<div class="description" data-i18n-content="domainWhitelistDescription"></div>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|