]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/index.html
modifications css
[github/wallabag/wallabag.git] / tpl / index.html
CommitLineData
7eca3552 1<!DOCTYPE html>
2<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
3<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
4<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
1a268ba7 6<html>
7eca3552 7 <head>
8 <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
9 <meta charset="utf-8">
10 <meta http-equiv="X-UA-Compatible" content="IE=10">
11 <link rel="stylesheet" href="./css/knacss.css" media="all">
12 <link rel="stylesheet" href="./css/style.css" media="all">
13 <title>{$title}</title>
14 </head>
15 <body class="article">
16 <div id="article" class="w600p">
4d94769a 17 <div id="backhome">
7eca3552 18 <a href="index.php" title="back to home">&larr;</a>
19 </div>
20 <header class="mbm">
21 <h1><a href="{$url}">{$title}</a></h1>
22 <div class="vieworiginal txtright small"><a href="{$url}" target="_blank">view original</a></div>
23 </header>
24 <article>
25 <div id="readityourselfcontent">
26 {$content}
27 </div>
28 </article>
29 </div>
30 {include="footer"}
31 </body>
1a268ba7 32</html>