Login page done

This commit is contained in:
Li Chen 2013-10-09 23:41:52 +02:00
commit b687a54fb0
6 changed files with 111 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{extends file="layout-nav.tpl"}
{block name=head}
<link href="css/home.css" rel="stylesheet">
{/block}
{block name=content}
<h1>
YOUPIII !!!
</h1>
{/block}