Updated
This commit is contained in:
parent
8197905483
commit
efc045bebd
48 changed files with 779 additions and 1140 deletions
7
@dasig/components/Form.astro
Normal file
7
@dasig/components/Form.astro
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<form method="post" enctype="application/x-www-form-urlencoded">
|
||||
<slot />
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue