diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-04-21 10:53:22 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2013-04-21 10:53:22 -0700 |
commit | 37c6ed4e7a75238504a28d6be5fbaad475689526 (patch) | |
tree | 69bfdf8ddbc09467be830274f434190b42979aa1 /tpl/head.html | |
parent | ff4d8c8c1efca0759330906419cb5f36de86d156 (diff) | |
parent | f0070a15e4725255dad967bde76155a39d189631 (diff) | |
download | wallabag-37c6ed4e7a75238504a28d6be5fbaad475689526.tar.gz wallabag-37c6ed4e7a75238504a28d6be5fbaad475689526.tar.zst wallabag-37c6ed4e7a75238504a28d6be5fbaad475689526.zip |
Merge pull request #67 from inthepoche/dev
tag 0.2
Diffstat (limited to 'tpl/head.html')
-rw-r--r-- | tpl/head.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tpl/head.html b/tpl/head.html index 6fcf9741..e95f6100 100644 --- a/tpl/head.html +++ b/tpl/head.html | |||
@@ -15,9 +15,8 @@ | |||
15 | <link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-precomposed.png"> | 15 | <link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-precomposed.png"> |
16 | <link rel="stylesheet" href="./css/knacss.css" media="all"> | 16 | <link rel="stylesheet" href="./css/knacss.css" media="all"> |
17 | <link rel="stylesheet" href="./css/style.css" media="all"> | 17 | <link rel="stylesheet" href="./css/style.css" media="all"> |
18 | </head> | 18 | <!-- Light Theme --> |
19 | <body> | 19 | <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style"> |
20 | <header> | 20 | <!-- Dark Theme --> |
21 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | 21 | <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style"> |
22 | </header> | 22 | </head> \ No newline at end of file |
23 | <div id="main"> \ No newline at end of file | ||