1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 18:20:33 +02:00

Initial commit

This commit is contained in:
galaxyoyo
2019-08-21 22:56:46 +02:00
commit 311cb66cdd
36 changed files with 2698 additions and 0 deletions

14
404.php Normal file
View File

@ -0,0 +1,14 @@
<?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";
?>