dark mode switch v1

This commit is contained in:
zoe 2022-04-09 21:42:12 +02:00
parent 8d93639193
commit 5eb64ef1e5
3 changed files with 77 additions and 11 deletions

View file

@ -11,3 +11,4 @@
<input type="checkbox" id="darkmode-toggle">
</div>
</footer>
<script src="/js/darkmode.js"></script>