simple dark/light switch

This commit is contained in:
aze
2025-09-05 21:51:32 +02:00
parent f6c43d2e5f
commit 822f27ab9f
3 changed files with 46 additions and 9 deletions

View File

@@ -41,9 +41,14 @@
<a href="projects.html">PROJECTS</a>
<a href="https://host.saturn.gay/">HOSTING</a>
</div>
<div class="rbottom">
<div class="theme-switch">
<span id="themeToggleText">LIGHT</span>
</div>
<p>© 2022 - 2025 SATURN</p>
<p>ALL RIGHTS RESERVED</p>
</div>
<script src="assets/js/darkmode.js"></script>
</body>
</html>