first commit

This commit is contained in:
Nicolas Lœuillet
2013-04-03 15:14:01 +02:00
commit 1a268ba710
19 changed files with 4131 additions and 0 deletions

18
tpl/index.html Executable file
View File

@ -0,0 +1,18 @@
<html>
<head>
<link rel='stylesheet' href='./css/reset.css' type='text/css' media='all' />
<link rel='stylesheet' href='./css/typography.css' type='text/css' media='all' />
<title>{$title}</title>
</head>
<body>
<article>
<h1><a href="{$url}">{$title}</a></h1>
<div id="readityourselfcontent">
{$content}
</div>
<span class="comeFrom">Come From : <a href="{$url}">{$url}</a>
</article>
{include="footer"}
</body>
</html>