bye bye github
This commit is contained in:
28
templates/home/contact.html.ep
Executable file
28
templates/home/contact.html.ep
Executable file
@@ -0,0 +1,28 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user