mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
Update settings.html
This commit is contained in:
parent
b699fe91f5
commit
7934438389
@ -131,7 +131,7 @@
|
|||||||
<input id="setPass" class="submit" type="submit" value="Set Password" />
|
<input id="setPass" class="submit" type="submit" value="Set Password" />
|
||||||
<button id="delPass" onclick="delPassword()">Delete Password</button>
|
<button id="delPass" onclick="delPassword()">Delete Password</button>
|
||||||
</form>
|
</form>
|
||||||
<form action="localStorage.setItem('selenite.adblock', 'true');">
|
<form>
|
||||||
<h3 for="adblock">Disable Advertisements</h3>
|
<h3 for="adblock">Disable Advertisements</h3>
|
||||||
<p>If you disable advertisements, please donate to the <a href="https://www.patreon.com/selenitecc">Patreon</a> to support the website.</p>
|
<p>If you disable advertisements, please donate to the <a href="https://www.patreon.com/selenitecc">Patreon</a> to support the website.</p>
|
||||||
<button onclick="localStorage.setItem('selenite.adblock', 'true')">Click here to disable ads.</button>
|
<button onclick="localStorage.setItem('selenite.adblock', 'true')">Click here to disable ads.</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user