1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
PHP_TP3/views/v_404.php
2020-10-16 08:26:16 +02:00

20 lines
327 B
PHP

<?php
/*
* TP PHP
* Vue page 404
*
* Copyright 2016, Eric Dufour
* http://techfacile.fr
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*
*/
?>
<?php require_once(PATH_VIEWS.'header.php');?>
<?php
require_once(PATH_VIEWS.'alert.php');
?>
<?php require_once(PATH_VIEWS.'footer.php');