Update settings.html

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 03:20:16 +00:00
parent ef4d8bce12
commit 82bf10647e

View File

@ -122,6 +122,10 @@
<input type="text" id="panic" name="panic" placeholder="https://google.com" /><br /> <input type="text" id="panic" name="panic" placeholder="https://google.com" /><br />
<input id="panic" class="submit" type="submit" value="Set Panic Mode" /> <input id="panic" class="submit" type="submit" value="Set Panic Mode" />
</form> </form>
<form>
<h3>Time Settings</h3>
<button id="toggleButton" onclick="toggleTimeFormat()">Switch to 24 hour or 12 hour time</button>
</form>
<form action="javascript:setPassword();"> <form action="javascript:setPassword();">
<h3 for="pass">Password to access website</h3> <h3 for="pass">Password to access website</h3>
<input type="text" id="pass" name="pass" placeholder="password" /><br /> <input type="text" id="pass" name="pass" placeholder="password" /><br />