initial commit

This commit is contained in:
CPTN Cosmo 2026-05-30 23:03:18 +02:00
commit af8b02071e
6 changed files with 715 additions and 0 deletions

8
templates/footer.hbs Normal file
View file

@ -0,0 +1,8 @@
<footer class="form-footer flexrow">
<button type="button" data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i> Reset Changes
</button>
<button type="button" data-action="save" class="save-btn">
<i class="fa-solid fa-floppy-disk"></i> Save Settings
</button>
</footer>