27 lines
862 B
HTML
27 lines
862 B
HTML
<h1 class="title">Settings</h1>
|
|
<div class="columns is-mobile">
|
|
<div class="column">
|
|
<h6 class="title is-6">Credits</h6>
|
|
Code by <a href="https://arnweb.nl">McArn</a><br>
|
|
Assets by Cirkel
|
|
</div>
|
|
<div class="column">
|
|
<h6 class="title is-6">Theme</h6>
|
|
<div class="buttons has-addons">
|
|
<button class="button" id="light">Light</button>
|
|
<button class="button is-dark" id="dark">Dark</button>
|
|
<p>
|
|
Use a theme with SkinSwitcher.
|
|
</p>
|
|
</div>
|
|
|
|
<h6 class="title is-6">Reset all settings</h6>
|
|
<div class="buttons">
|
|
<button class="button is-danger" id="reset">Reset</button>
|
|
<p>
|
|
Resetting will delete all settings, credentials and saved skins.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|