aniv rev
This commit is contained in:
mynah
2019-03-16 02:33:55 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ sub home_ {
sub home {
my $c = shift;
# por hacer: par evitar la animacion del intro
# $c->stash(moda=>$c->req->headers->referrer );
$c->stash( $c->dbv->mod) ;
$c->stash(layout=>'default');
}

View File

@@ -13,7 +13,7 @@
<section class="cform " >
<article class="cform">
<form action="contact" class="cform" method="post">
<form action="/contact" 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>

View File

@@ -1,6 +1,6 @@
<section id="snav" class="flex nav anav">
<article class="lhome">
<a id="hhome" href="/logout"></a>
<a id="hhome" href="/home"></a>
</article>
<article class="tel">
<div id="tel" class="icon"></div>