1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-06 23:33:05 +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";