2020-08-28 12:18:22 +02:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "robots" content = "noindex" >
< title > WikiLerni : remerciement< / title >
<!-- Version lisible des scripts : https://gitlab.com/lefablab/wikilerni/ - /tree/master/front/src -->
< script src = "/JS/polyfill.app.js" defer > < / script >
< script src = "/JS/index.app.js" defer > < / script >
< link rel = "shortcut icon" href = "/img/favicon.ico" >
2020-09-04 12:58:44 +02:00
< link rel = "stylesheet" href = "/themes/wikilerni/css/style.css" >
2020-08-28 12:18:22 +02:00
< / head >
< body class = "cardboard" >
<!-- En tête -->
< header class = "cardboard" >
< a href = "/" title = "Page d'accueil WikLerni" > < img src = "/themes/wikilerni/img/wikilerni-purple-2-128.png" alt = "WikiLerni (logo)" title = "Accéder à la page d'accueil de WikiLerni" / > < / a >
< ul id = "headLinks" >
< li > < a href = "/contact.html" rel = "nofollow" > Contact< / a > < / li >
2020-11-04 10:02:04 +01:00
< li > < a href = "/quizs/" id = "indexHeadLink" title = "Les dernières publications" > Parcourir< / a > < / li >
2020-08-28 12:18:22 +02:00
< li > < a href = "/connexion.html" id = "accountHeadLink" > Mon compte< / a > < / li >
< li > < a href = "/a-propos.html" > À propos< / a > < / li >
< li > < a href = "/" title = "Page d'accueil de WikiLerni" > Accueil< / a > < / li >
< / ul >
< / header >
< div id = "prompt" class = "cardboard" >
< a href = "/" title = "Page d'accueil WikLerni" > < img src = "/themes/wikilerni/img/wikilerni-purple-2-512.png" alt = "Logo WikiLerni" title = "W I K I L E R N I" / > < / a >
2020-09-04 12:58:44 +02:00
< p > Cultivons notre jardin !< / p >
2020-08-28 12:18:22 +02:00
< / div >
< div id = "page" class = "cardboard" >
2020-09-04 12:58:44 +02:00
< div class = "framed engraved" >
2020-11-04 10:02:04 +01:00
< h2 > Merci !< / h2 >
< p > Votre paiement vient d’ être enregistré. Merci à vous !< / p >
< p > Normalement, vous avez reçu une facture par e-mail et votre abonnement vient d’ être prolongé.< / p >
< p > Si jamais ce n’ est pas le cas et que vous avez une quelconque question, n’ hésitez pas < a href = "/contact.html" > à me prévenir< / a > .< / p >
2020-08-28 12:18:22 +02:00
< p class = "engraved" >
< figure >
< img alt = "Tirelire" src = "/img/tirelire.jpg" >
< figCaption > User Cornischong on lb.wikipedia / CC BY-SA< / figCaption >
< / figure >
< / p >
< / div >
< / div >
< footer class = "cardboard" >
< ul id = "footLinks" >
< li > < a href = "https://framasphere.org/people/7e54b7a0b53201389eef2a0000053625" title = "Blog WikiLerni sur diaspora*" > Blog< / a > < / li >
< li > < a href = "/credits.html" > Crédits< / a > < / li >
< li > < a href = "/mentions-legales.html" rel = "nofollow" > Mentions légales< / a > < / li >
< li > < a href = "/donnees.html" > Données personnelles< / a > < / li >
< li > < a href = "/CGV-CGU.html" rel = "nofollow" > CGV & CGU< / a > < / li >
< / ul >
< / footer >
< / body >
< / html >