nitter-anartia-redirector/dialog.html
2025-02-16 17:19:01 +02:00

22 lines
779 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<fieldset>
<legend>Nitter configuration</legend>
<input type="checkbox" id="enabled" class="control"><label for="enabled">Enable redirect</label><br>
<label for="instance">Nitter domain</label><br>
<input type="text" id="instance" class="control">
</fieldset>
<fieldset>
<legend>Anartia configuration</legend>
<input type="checkbox" id="anartiaEnabled" class="control"><label for="anartiaEnabled">Enable redirect</label><br>
<label for="anartiaInstance">Anartia domain</label><br>
<input type="text" id="anartiaInstance" class="control">
</fieldset>
<script src="dialog.js"></script>
</body>
</html>