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

@@ -14,6 +14,7 @@
<body>
<header>
<button title="Dark theme on/off" onclick="toggleTheme();">&#9728;</button>
<a href="index.html">Willem Games</a>
</header>
@@ -36,6 +37,7 @@
<p class="float-right">Author: Ward Truyen</p>
</footer>
<script src="js/theme.js"></script>
<script src="js/game-pong-context2d.js"></script>
<script src="js/game-tetris-context2d.js"></script>
</body>