diff options
Diffstat (limited to 'tpl/index.html')
-rwxr-xr-x | tpl/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tpl/index.html b/tpl/index.html new file mode 100755 index 00000000..b4aba16c --- /dev/null +++ b/tpl/index.html | |||
@@ -0,0 +1,18 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <link rel='stylesheet' href='./css/reset.css' type='text/css' media='all' /> | ||
4 | <link rel='stylesheet' href='./css/typography.css' type='text/css' media='all' /> | ||
5 | |||
6 | <title>{$title}</title> | ||
7 | </head> | ||
8 | <body> | ||
9 | <article> | ||
10 | <h1><a href="{$url}">{$title}</a></h1> | ||
11 | <div id="readityourselfcontent"> | ||
12 | {$content} | ||
13 | </div> | ||
14 | <span class="comeFrom">Come From : <a href="{$url}">{$url}</a> | ||
15 | </article> | ||
16 | {include="footer"} | ||
17 | </body> | ||
18 | </html> | ||