1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-26 07:01:19 +00:00
2019-09-02 21:19:21 +02:00

12 lines
161 B
PHP

<?php
include_once "config.php";
include_once "header.php";
http_response_code(404);
echo "<h1>Cette page n'existe pas.</h1>";
include "footer.php";
exit();