mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-11-26 12:47:10 +00:00
16 lines
194 B
PHP
16 lines
194 B
PHP
<?php
|
|
|
|
include_once "server_files/config.php";
|
|
include "server_files/header.php";
|
|
|
|
http_response_code(404);
|
|
|
|
?>
|
|
|
|
<h1>Cette page n'existe pas.</h1>
|
|
|
|
<?php
|
|
|
|
include "server_files/footer.php";
|
|
|
|
?>
|