37 lines
698 B
HTML
37 lines
698 B
HTML
<?xml version="1.0" encoding="iso-8859-1" ?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
|
>
|
|
<html lang="fr">
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<div class="main">
|
|
<p>
|
|
<h1>Votre promesse de don a été prise en compte</h1>
|
|
</p>
|
|
|
|
<p>
|
|
Merci pour votre soutient
|
|
</p>
|
|
<!-- Paiement en ligne -->
|
|
<!--
|
|
<form action="pay.php" method="post">
|
|
<script language="php">
|
|
require("code_valid.php");
|
|
</script>
|
|
<input type="submit" value="Valider" />
|
|
</form>
|
|
-->
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|
|
|