add_contact_form > master #3

Open
gzod01 wants to merge 12 commits from temporar-branch-contactform into master
Showing only changes of commit 0c20c9f6e6 - Show all commits

View file

@ -0,0 +1,5 @@
<form class="contact-form" method="get" action={{ .GET "action" }}>
<input name=subject id=subject placeholder="Votre Sujet"/>
<textarea name=body id=body placeholder="Votre Message"/>
<button type=submit>Envoyer</button>
</form>