1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-30 12:52:24 -05:00

Le logo poche renvoie vers l'accueil

This commit is contained in:
silvus 2013-04-22 23:02:04 +02:00
parent 9acfade829
commit 8af1077265
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<body class="light-style"> <body class="light-style">
<header> <header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1> <h1><a href="/"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1>
</header> </header>
<div id="main"> <div id="main">
<ul id="links"> <ul id="links">

View File

@ -1,7 +1,7 @@
{include="head"} {include="head"}
<body class="light-style"> <body class="light-style">
<header> <header>
<h1><img src="./img/logo.png" alt="logo poche" />poche</h1> <h1><a href="/"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1>
</header> </header>
<div id="main"> <div id="main">
<form method="post" action="?login" name="loginform"> <form method="post" action="?login" name="loginform">