|
|
Ligne 1 : |
Ligne 1 : |
| <html lang="fr">
| | #REDIRECTION[[https://datafranca.org/dons/ami/]] |
| <head>
| |
| <meta charset="utf-8" />
| |
| <title>Merci de votre soutien</title>
| |
|
| |
| <link rel="stylesheet" href="https://datafranca.org/dons/amis/css/normalize.css" />
| |
| <link rel="stylesheet" href="https://datafranca.org/dons/amis/css/global.css" />
| |
| <!-- Load Stripe.js on your website. -->
| |
| <script src="https://js.stripe.com/v3/"></script>
| |
| <script src="https://datafranca.org/dons/amis/script.js" defer></script>
| |
| </head>
| |
| | |
| <body>
| |
|
| |
| <div class="sr-root">
| |
| <div class="sr-main">
| |
| <header class="sr-header">
| |
| </header>
| |
| <center><img
| |
| src="https://datafranca.org/dons/amis/img/icone-facebook.png"
| |
| width="150"
| |
| height="150"
| |
| /></center>
| |
| <h1>Nous vous remercions de votre intérêt</h1>
| |
| <h3>Notre équipe [adore] le café. </H3>
| |
| | |
| <div class="price-table-container">
| |
| <section>
| |
| <img
| |
| src="./img/DF-cafe.jpg"
| |
| width="150"
| |
| height="150"
| |
| />
| |
| <div class="name">Un café par mois</div>
| |
| <div class="price">5 €</div>
| |
| <div class="duration">par mois</div>
| |
| <button id="basic-plan-btn"> Un café </button>
| |
| </section>
| |
| <section>
| |
| <img
| |
| src="https://datafranca.org/dons/amis/img/DF-mois.jpg"
| |
| width="150"
| |
| height="150"
| |
| />
| |
| <div class="name">Un Euro par jour</div>
| |
| <div class="price">30 €</div>
| |
| <div class="duration">par mois</div>
| |
| <button id="pro-plan-btn"> Un Euro </button>
| |
| </section>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| <div id="error-message" class="error-message"></div>
| |
| </body>
| |
| </html>
| |