Files
thetempusproject/app/views/footer/right.html
2024-12-10 01:46:00 -05:00

6 lines
254 B
HTML

<div class="col-6 col-md-2 mb-3 d-flex">
<div class="material-switch mt-5 mx-auto">
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" />
<label for="dark-mode-toggle" class="label-default"></label>
</div>
</div>