chore: added theme/css; fixed wterminal.css

This commit is contained in:
Ward Truyen
2024-08-09 16:16:44 +02:00
parent d3ae0abac4
commit 60d815f71c
8 changed files with 76 additions and 32 deletions

View File

@@ -13,6 +13,7 @@
<body>
<header>
<button title="Dark theme on/off" onclick="toggleTheme();">&#9728;</button>
<a href="index.html">Willem Games</a>
</header>
@@ -61,6 +62,7 @@
<p class="float-right">Author: Ward Truyen</p>
</footer>
<script src="js/theme.js"></script>
<script src="term/wterminal-autoextend.js"></script>
</body>