16 lines
No EOL
552 B
HTML
16 lines
No EOL
552 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="options.css" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<div class="checkBoxWrap">
|
|
<input type="checkbox" id="sendData" name="sendData"/>
|
|
<label for="sendData">Do not send anonymous data that improves fingerprint accuracy</label>
|
|
</div>
|
|
<div class="optionText">Github: <a target="_blank" href="https://github.com/z0ccc/vytal-extension">https://github.com/z0ccc/vytal-extension</a></div>
|
|
</body>
|
|
</body>
|
|
<script src="options.js"></script>
|
|
</html> |