Correction formulaire dons
This commit is contained in:
parent
98cb848801
commit
095632242e
|
@ -8,10 +8,9 @@
|
|||
<meta name='revisit-after' content="3 days"/>
|
||||
|
||||
<title>Faire un don - Libre en Communs</title>
|
||||
<link rel="stylesheet" media="screen" href="./templates/styles.css" />
|
||||
<link rel="shortcut icon" type="image/png" href="./templates/favicon.png" />
|
||||
<link rel="stylesheet" media="screen" href="form.css" />
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
||||
<link rel="stylesheet" media="screen" href="../templates/styles.css" />
|
||||
<link rel="stylesheet" media="screen" href="form.css"/>
|
||||
<link rel="shortcut icon" type="image/png" href="../templates/favicon.png" />
|
||||
<link rel='me' type='text/html' href="https://toot.a-lec.org/@a_lec"/>
|
||||
|
||||
<meta name='language' content="fr"/>
|
||||
|
@ -29,7 +28,7 @@
|
|||
<header id="a-lec_banner">
|
||||
<div id="a-lec_site-logo">
|
||||
<a href="/">
|
||||
<img src="./templates/logo_a-lec.svg"
|
||||
<img src="../templates/logo_a-lec.svg"
|
||||
alt="Logo de Libre en Communs"
|
||||
title="Logo de Libre en Communs"/>
|
||||
</a>
|
||||
|
@ -110,7 +109,7 @@
|
|||
<nav id="a-lec_latest-posts">
|
||||
<h1 class="a-lec_latest-posts"></h1>
|
||||
<ul aria-label="Liste d'Articles">
|
||||
<!--# include file="./last-posts-list.html" -->
|
||||
<!--# include file="./templates/last-posts-list.html" -->
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue