CINXE.COM
Identification
<!DOCTYPE html> <html lang="fr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="Robots" content="nofollow,noindex"> <meta charset="utf-8"> <title>Identification</title> <link rel="icon" type="image/png" href="/img/favicon.gif"> <link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png"> <link rel="stylesheet" href="/css/bootstrap.min.css" /> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css"> <script type="text/javascript" src="/js/jquery.min.js"></script> <script type="text/javascript" src="/js/bootstrap.min.js"></script> <script type="text/javascript" src="/js/popper.min.js"></script> <link rel="stylesheet" href="/css/ient.css" /> <style> html, body { height:100%; } </style> </head> <body> <div class="container-fluid navbar-custom" style="height:40%;min-height:135px;"> <div class="container text-center" style="font-size:80px;font-weight:bold;height:100%"> <img src="/img/ient_logo.png" style="max-height:100%;max-width:100%;"> </div> </div> <div class="container" style="height:58%;min-height:200px;"> <div class='form_login' style="height:100%;"> <div style='height:20%;'> </div> <div style=""> <a href="/login?profil=2" class="btn btn-warning" style="width:100%; font-size:18px;">El猫ves</a> </div> <div> <a href="/login?profil=1" class="btn btn-info" style="width:100%; font-size:18px;margin-top:5%;">Parents</a> </div> <div> <a href="/login?profil=3" class="btn btn-success" style="width:100%; font-size:18px;margin-top:5%;">Entreprise</a> </div> </div> </div> </body> </html>