moving to public_html for exec

pull/10/head
Vivien DUFOUR 2 years ago
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…
Cancel
Save