1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

[fix] url to back home

This commit is contained in:
Nicolas Lœuillet 2014-01-08 10:55:52 +01:00
parent 51ee652e58
commit 4199943f4c

View File

@ -1,5 +1,5 @@
<header class="w600p center mbm">
<h1>
<a href="./" title="back to home" ><img src="/assets/img/logo.png" alt="poche logo" /></a>
<a href="/" title="back to home" ><img src="/assets/img/logo.png" alt="poche logo" /></a>
</h1>
</header>