1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/tpl/index.html

19 lines
455 B
HTML
Raw Normal View History

2013-04-03 09:14:01 -04:00
<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>