1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 06:20:36 +02:00

Préparation pour la prise en charge du paiement

This commit is contained in:
Yohann D'ANELLO
2019-12-27 14:54:44 +01:00
parent da8efde057
commit 1c6c480d4c
6 changed files with 221 additions and 7 deletions

View File

@ -0,0 +1,10 @@
<?php
require_once "header.php"
?>
<div class="mt-4 mb-4">
<h1 class="display-4">Paiement</h1>
</div>
<?php
require_once "footer.php";