added demo site

This commit is contained in:
2025-04-03 17:45:27 -04:00
parent 3a0ad9d804
commit 50af7ae33a
15 changed files with 1732 additions and 1 deletions

2
demo/js/main.js Normal file
View File

@@ -0,0 +1,2 @@
import('./validation/validation.js')
const save = () => alert('Congrats! You successfully filled out the form. Amazing.')