diff options
author | silvus <silvus@silvus.fr> | 2013-04-22 23:02:04 +0200 |
---|---|---|
committer | silvus <silvus@silvus.fr> | 2013-04-22 23:02:04 +0200 |
commit | 8af1077265829b1f10623c5c1348089bada9c775 (patch) | |
tree | 9b67055604ff61a976005ec02caa460c94ec3e35 /tpl/login.html | |
parent | 9acfade8294755cce6c1170364f2669cb73edbbe (diff) | |
download | wallabag-8af1077265829b1f10623c5c1348089bada9c775.tar.gz wallabag-8af1077265829b1f10623c5c1348089bada9c775.tar.zst wallabag-8af1077265829b1f10623c5c1348089bada9c775.zip |
Le logo poche renvoie vers l'accueil
Diffstat (limited to 'tpl/login.html')
-rw-r--r-- | tpl/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/login.html b/tpl/login.html index 3f77e379..66dac99b 100644 --- a/tpl/login.html +++ b/tpl/login.html | |||
@@ -1,7 +1,7 @@ | |||
1 | {include="head"} | 1 | {include="head"} |
2 | <body class="light-style"> | 2 | <body class="light-style"> |
3 | <header> | 3 | <header> |
4 | <h1><img src="./img/logo.png" alt="logo poche" />poche</h1> | 4 | <h1><a href="/"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1> |
5 | </header> | 5 | </header> |
6 | <div id="main"> | 6 | <div id="main"> |
7 | <form method="post" action="?login" name="loginform"> | 7 | <form method="post" action="?login" name="loginform"> |