mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update settings.html
This commit is contained in:
parent
ef4d8bce12
commit
82bf10647e
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user