mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 02:12:05 +01: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";
 |