All checks were successful
continuous-integration/drone/push Build is passing
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure. In the end may implement only one or none of these, subject to major design changes. Solves #5409 Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5431 Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
32 lines
760 B
HTML
32 lines
760 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
||
<html>
|
||
<version>1</version>
|
||
|
||
<head>
|
||
<title>Merci pour votre don !</title>
|
||
</head>
|
||
|
||
<body>
|
||
<h1>Merci pour votre don !</h1>
|
||
|
||
<div id="introduction">
|
||
<div class="image">
|
||
<img src="money.jpg" alt="Merci pour votre don !"/>
|
||
</div>
|
||
|
||
<p>
|
||
Votre don en ligne a été effectué.<br/>
|
||
Vos dons rendent <a href="/about/ourwork.html">notre action</a> possible. Nous publions nos
|
||
<a href="/about/funds/funds.html">résultats financiers</a> afin que vous
|
||
puissiez vous assurer que votre argent est utilisé à bon escient.
|
||
</p>
|
||
</div>
|
||
</body>
|
||
|
||
<translator>maelle</translator>
|
||
</html><!--
|
||
Local Variables: ***
|
||
mode: xml ***
|
||
End: ***
|
||
-->
|