mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-27 11:02:22 +00:00
10 lines
140 B
PHP
10 lines
140 B
PHP
|
<?php
|
||
|
require_once "header.php"
|
||
|
?>
|
||
|
|
||
|
<div class="mt-4 mb-4">
|
||
|
<h1 class="display-4">Paiement</h1>
|
||
|
</div>
|
||
|
|
||
|
<?php
|
||
|
require_once "footer.php";
|