CINXE.COM

Cette page n'existe pas ...

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Cette page n&#039;existe pas ...</title> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <style> html, body { height: 100%; margin: 0; } h1 { font-size: 2.8em; } .table { display: table; font-family: Roboto, sans-serif; height: 100%; width: 100%; } .row { display: table-row; } .cell { display: table-cell; vertical-align: middle; padding: 10px; text-align: center; } .button { border-radius: 20px; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; color: white; cursor: pointer; display: inline-block; font-weight: bold; padding: 10px; background-color: #316bf2; text-decoration: none; margin: 10px 0; } .button:hover { background-color: #2b5dd4; } </style> </head> <body> <div class="table"> <div class="row"> <div class="cell"> <h1>404</h1> <h2>Cette page n&#039;existe pas</h2> <img src="https://web-assoconnect-frc-prod-cdn-endpoint-software.azureedge.net/legacy/common/ico/yado.laptop.200.color.png" srcset="https://web-assoconnect-frc-prod-cdn-endpoint-software.azureedge.net/legacy/common/ico/yado.laptop.200.color-x2.png 2x"> </div> </div> <div class="row"> <div class="cell"> <a href="/" class="button">Retour</a> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10