blob: b4aba16cdb0daa4da5eb3847731889dec9af415f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|