29 lines
725 B
Plaintext
29 lines
725 B
Plaintext
|
|
<section id="msg" class="contact">
|
||
|
|
|
||
|
|
<section class="cbanner">
|
||
|
|
<article class="textc">
|
||
|
|
<p class="bsmall">Escríbenos</p>
|
||
|
|
<div class="bspace"></div>
|
||
|
|
<p class="blarge">VUELO DE GRULLA</p>
|
||
|
|
</article>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<section class="cform " >
|
||
|
|
<article class="cform">
|
||
|
|
<form action="" class="cform" method="post">
|
||
|
|
<label>Nombre</label> <input class="bsmall" id="mname" type="text" name="mname">
|
||
|
|
<label>Correo</label> <input class="" type="email" name="mail">
|
||
|
|
<label>Mensaje</label>
|
||
|
|
<textarea name="msg" id="msg" class="msg"></textarea>
|
||
|
|
<input type="hidden" value="n" name="wp">
|
||
|
|
<input type="hidden" value="1" name="mup">
|
||
|
|
<input type="submit" value="Enviar">
|
||
|
|
|
||
|
|
</form>
|
||
|
|
</article>
|
||
|
|
</section>
|
||
|
|
</section>
|
||
|
|
|