feat: add variants.js skeleton and wire into index.html + test.html

This commit is contained in:
Kenearos 2026-05-12 00:12:22 +02:00
parent 1b515c7d54
commit 2877d0ae35
3 changed files with 35 additions and 0 deletions

View file

@ -140,6 +140,7 @@
<div id="test-results"></div>
<script src="holidays.js"></script>
<script src="variants.js"></script>
<script src="calculator.js"></script>
<script src="storage.js"></script>
<script src="test-suite.js"></script>