initial commit
This commit is contained in:
commit
af8b02071e
6 changed files with 715 additions and 0 deletions
8
templates/footer.hbs
Normal file
8
templates/footer.hbs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue