mirror of
https://github.com/Chouchen/shorturl.git
synced 2018-06-07 06:34:38 +02:00
9 lines
209 B
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> |