2020-12-20 14:39:27 +01:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" / >
< title > 502 - Bad Gateway< / title >
2020-12-22 16:07:56 +01:00
< link rel = "stylesheet" type = "text/css" href = "/fonts/inter/inter48.css" / >
2020-12-21 10:10:16 +01:00
2020-12-22 16:07:56 +01:00
< link rel = "stylesheet" type = "text/css" href = "/css/main.css" / >
< link rel = "stylesheet" type = "text/css" href = "/css/error.css" / >
2020-12-20 14:39:27 +01:00
2020-12-22 16:07:56 +01:00
< link rel = "apple-touch-icon" sizes = "57x57" href = "/icons/apple-icon-57x57.png" >
< link rel = "apple-touch-icon" sizes = "60x60" href = "/icons/apple-icon-60x60.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "/icons/apple-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "/icons/apple-icon-76x76.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "/icons/apple-icon-114x114.png" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "/icons/apple-icon-120x120.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "/icons/apple-icon-144x144.png" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "/icons/apple-icon-152x152.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/icons/apple-icon-180x180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "/icons/android-icon-192x192.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/icons/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "96x96" href = "/icons/favicon-96x96.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/icons/favicon-16x16.png" >
< link rel = "manifest" href = "/icons/manifest.json" >
2020-12-20 14:39:27 +01:00
< meta name = "msapplication-TileColor" content = "#ffffff" >
2020-12-22 16:07:56 +01:00
< meta name = "msapplication-TileImage" content = "/icons/ms-icon-144x144.png" >
2020-12-20 14:39:27 +01:00
< meta name = "theme-color" content = "#ffffff" >
< / head >
< body >
< h1 > 502< / h1 >
< h2 > Passerelle Défectueuse< / h2 >
< figure >
< blockquote cite = "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" >
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
< / blockquote >
< figcaption > < cite > HTTP/1.1 Status Code Definitions< / cite > < / figcaption >
< / figure >
< / body >
< / html >