shorturl/404.html

9 lines
209 B
HTML

<html>
<head>
<title>404 - page non trouvée</title>
</head>
<body>
<p>Page non trouvée</p>
<p>Ce raccourci n'existe pas... pour l'instant... <a href="index.php">Créez-le !</a></p>
</body>
</html>