mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-27 00:47:10 +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";
|