Update index.php

edit:

made text for checkboxes smaller
This commit is contained in:
SubleXBle
2025-08-03 19:43:55 +02:00
committed by GitHub
parent 0a51107ef2
commit f04459de92
+2 -2
View File
@@ -20,8 +20,8 @@
<label for="ipFilter">IP contains:</label>
<input type="text" id="ipFilter" placeholder="e.g. 192.168" />
<label><input type="checkbox" name="actions" value="ban"> Ban IP</label>
<label><input type="checkbox" name="actions" value="report"> Report</label>
<label><input type="checkbox" name="actions" value="ban"><small>Ban IP</small></label>
<label><input type="checkbox" name="actions" value="report"><small>Report</small></label>
<button id="openBlocklistBtn">Edit Blocklist</button>