1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-28 01:41:18 +00:00

10 lines
140 B
PHP
Raw Normal View History

<?php
require_once "header.php"
?>
<div class="mt-4 mb-4">
<h1 class="display-4">Paiement</h1>
</div>
<?php
require_once "footer.php";