token support, api fixes and security, dark mode
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
<div class="col-lg-3 text-center">
|
||||
<h3>Subscribe</h3>
|
||||
<ul>
|
||||
@ -12,4 +11,8 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="material-switch" style="margin-top: 25px; margin-bottom: 25px;">
|
||||
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" style="margin-top: 25px; margin-bottom: 25px; text-align:left;"/>
|
||||
<label for="dark-mode-toggle" class="label-default" style="text-align:left;"></label>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user