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>
28 lines
704 B
HTML
28 lines
704 B
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>Vielen Dank für Ihre Spende!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Vielen Dank für Ihre Spende!</h1>
|
|
|
|
<div id="introduction">
|
|
<div class="image">
|
|
<img src="money.jpg" alt="Vielen Dank für Ihre Spende!"/>
|
|
</div>
|
|
|
|
<p>
|
|
Ihre Online-Spende wurde verarbeitet.<br/>
|
|
Ihre Spenden ermöglichen <a href="/about/ourwork.html">unsere Arbeit</a>. Wir veröffentlichen unsere <a href="/about/funds/funds.html">Finanzen</a>, damit Sie sich versichern können, dass wir Ihr Geld sinnvoll einsetzen.</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html><!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|