2018-03-04 19:45:46 +01:00
|
|
|
---
|
|
|
|
title: "Contacta"
|
|
|
|
draft: false
|
|
|
|
---
|
|
|
|
Pàgina no disponible temporalment. Disculpeu les molèsties.
|
2018-03-04 22:46:24 +01:00
|
|
|
|
|
|
|
<form name="contact" method="POST" netlify>
|
|
|
|
<p>
|
|
|
|
<label>Nom: <input type="text" name="name"></label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<label>Correu electrònic: <input type="email" name="email"></label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<label>Missatge: <textarea name="message"></textarea></label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<button type="submit">Envia</button>
|
|
|
|
</p>
|
|
|
|
</form>
|