mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2024-12-15 02:53:59 +01:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title></title>
|
|
<link href="../styles.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="logo-container">
|
|
<img src="../../images/logo.png" alt="Privacy Redirect logo">
|
|
</div>
|
|
<small>
|
|
<span>Version</span>: 1.1.1</span>
|
|
</small>
|
|
</header>
|
|
|
|
<section class="options settings_block">
|
|
<div class="onoffswitch switch" aria-label="Toggle Nitter redirects">
|
|
<h1>Nitter Redirects</h1>
|
|
<input aria-hidden="true" id="disableNitter" type="checkbox" checked>
|
|
<label for="disableNitter" class="checkbox-label">
|
|
</label>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="options settings_block">
|
|
<div class="onoffswitch switch" aria-label="Toggle Invidious redirects">
|
|
<h1>Invidious Redirects</h1>
|
|
<input aria-hidden="true" id="disableInvidious" type="checkbox" checked>
|
|
<label for="disableInvidious" class="checkbox-label">
|
|
</label>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<a class="button" id="options" target="_blank">Options</a>
|
|
</footer>
|
|
|
|
<script src="./popup.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |