Fix heading tags

This commit is contained in:
Pascal Engélibert 2021-08-28 14:32:35 +02:00
parent 0e99639294
commit 18f24c23a3
1 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ define('FUNDING_PUBKEY', 'ENA89PPrBHS8wxhxgGMZxUXd53nRw1BaXBDvCVmZ6Tip');
<h2 id="dev">Développer pour Juneland</h2> <h2 id="dev">Développer pour Juneland</h2>
<h3>Défis en cours</h2> <h3>Défis en cours</h3>
<table> <table>
<thead> <thead>
@ -69,7 +69,7 @@ define('FUNDING_PUBKEY', 'ENA89PPrBHS8wxhxgGMZxUXd53nRw1BaXBDvCVmZ6Tip');
</table> </table>
<h3>Défis relevés</h2> <h3>Défis relevés</h3>
<table> <table>
<thead> <thead>
@ -110,7 +110,7 @@ define('FUNDING_PUBKEY', 'ENA89PPrBHS8wxhxgGMZxUXd53nRw1BaXBDvCVmZ6Tip');
<h2 id="donate">Financer les développements</h2> <h2 id="donate">Financer les développements</h2>
<h3>Merci aux donateurs&#8239;!</h2> <h3>Merci aux donateurs&#8239;!</h3>
<?php <?php
require_once('vendor/crowdfunding2/Crowdfunding.class.php'); require_once('vendor/crowdfunding2/Crowdfunding.class.php');
@ -169,7 +169,7 @@ if (empty($donors)) {
} }
?> ?>
<h3>Comment donner</h2> <h3>Comment donner</h3>
<div class="CTA"> <div class="CTA">
<p> <p>
@ -190,7 +190,7 @@ if (empty($donors)) {
</div> </div>
<h3>État actuel des finances</h2> <h3>État actuel des finances</h3>
<p>Le projet est actuellement en bonne santé financière.</p> <p>Le projet est actuellement en bonne santé financière.</p>