diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-15 09:38:41 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-15 09:38:41 +0200 |
commit | 8046748b424f95a92ab599ecc973f57eb05246ce (patch) | |
tree | e3a2a66569337662a58cf8eba71125f7154c799a /tpl/head.html | |
parent | 3e188a7c8de484a57c05126072f76860c7746b39 (diff) | |
download | wallabag-8046748b424f95a92ab599ecc973f57eb05246ce.tar.gz wallabag-8046748b424f95a92ab599ecc973f57eb05246ce.tar.zst wallabag-8046748b424f95a92ab599ecc973f57eb05246ce.zip |
découpage des vues dans plusieurs fichiers tpl
Diffstat (limited to 'tpl/head.html')
-rw-r--r-- | tpl/head.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tpl/head.html b/tpl/head.html new file mode 100644 index 00000000..66150d8f --- /dev/null +++ b/tpl/head.html | |||
@@ -0,0 +1,18 @@ | |||
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]--> | ||
6 | <html> | ||
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 | <title>{$title}</title> | ||
12 | <link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico" /> | ||
13 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./img/apple-touch-icon-144x144-precomposed.png"> | ||
14 | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./img/apple-touch-icon-72x72-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"> | ||
17 | <link rel="stylesheet" href="./css/style.css" media="all"> | ||
18 | </head> \ No newline at end of file | ||