mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 11:12:18 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			168 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			168 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
include_once "server_files/config.php";
 | 
						|
include "server_files/header.php";
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
	<h1>Cette page n'existe pas.</h1>
 | 
						|
 | 
						|
<?php
 | 
						|
 | 
						|
include "server_files/footer.php";
 | 
						|
 | 
						|
?>
 |