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

@ -211,6 +211,7 @@
<!-- Scripts -->
<script src="holidays.js"></script>
<script src="variants.js"></script>
<script src="calculator.js"></script>
<script src="storage.js"></script>
<script src="app.js"></script>