parent
947cda494a
commit
c1a8c76881
@ -0,0 +1,18 @@
|
|||||||
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
|
<title>Error</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if (isset($error)) {
|
||||||
|
if($error == "error404"){
|
||||||
|
echo "<h1>Error 404</h1>";
|
||||||
|
echo "<p>Page not found</p>";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue