diff options
Diffstat (limited to 'tpl/head.html')
-rw-r--r-- | tpl/head.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tpl/head.html b/tpl/head.html index 66150d8f..6fcf9741 100644 --- a/tpl/head.html +++ b/tpl/head.html | |||
@@ -15,4 +15,9 @@ | |||
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> \ No newline at end of file | 18 | </head> |
19 | <body> | ||
20 | <header> | ||
21 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | ||
22 | </header> | ||
23 | <div id="main"> \ No newline at end of file | ||