From 2fd70c706b37d7db2d03924d41ca05363300f4e5 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 22 Nov 2014 00:42:59 +0100 Subject: [PATCH] pages d'erreur --- public/404.html | 75 +++++++++++++++++++++++++++++++++++--------- public/422.html | 82 ++++++++++++++++++++++++++++++++++++++----------- public/500.html | 81 ++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 188 insertions(+), 50 deletions(-) diff --git a/public/404.html b/public/404.html index 9a48320..c68eeb5 100644 --- a/public/404.html +++ b/public/404.html @@ -1,26 +1,71 @@ - The page you were looking for doesn't exist (404) - -
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

+
+ 404
+
+

Oupsss...

+ La page que vous avez demandée n’a pas été trouvée. + + + +
+ diff --git a/public/422.html b/public/422.html index 83660ab..4da3c5e 100644 --- a/public/422.html +++ b/public/422.html @@ -1,26 +1,72 @@ - The change you wanted was rejected (422) - - + + .error{ + border-radius:50%; + margin:auto; + margin-top:1em; + height:300px ; + width:300px; + border:3px solid gray; + font-size:130px; + line-height:290px; + color:gray; + text-align:center; + } + + - - -
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
- - + + +
+ 422 +
+
+

Oupsss...

+ Le changement que vous avez demandé n'a pas pu être effectué. + + + +
+ + + + diff --git a/public/500.html b/public/500.html index f3648a0..eacbefc 100644 --- a/public/500.html +++ b/public/500.html @@ -1,25 +1,72 @@ - We're sorry, but something went wrong (500) - - + + .error{ + border-radius:50%; + margin:auto; + margin-top:1em; + height:300px ; + width:300px; + border:3px solid gray; + font-size:130px; + line-height:290px; + color:gray; + text-align:center; + } + + - - -
-

We're sorry, but something went wrong.

-
- - + + +
+ 500 +
+
+

Oupsss...

+ Nous sommes désolés mais quelque chose ne marche pas correctement. + + + +
+ + + + \ No newline at end of file