add debug button

This commit is contained in:
Oskar Wickström
2024-08-25 10:31:12 +02:00
parent 2d83cb9f8f
commit b3fc119ff4
5 changed files with 18 additions and 6 deletions

View File

@@ -67,6 +67,7 @@ $for(include-after)$
$include-after$
$endfor$
<div class="grid"></div>
<button class="debug-toggle">Debug</button>
<script src="index.js"></script>
</body>
</html>