<!DOCTYPE html>
<html lang="fr">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE = edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta name="viewport" content="width = device-width, initial-scale = 1">
        <link rel="icon" type="image/x-icon" href="favicon.ico"/>
        <!-- Bootstrap stylesheet-->
        <link rel="stylesheet" href="css/bootstrap.min.css">
        <link rel="stylesheet" href="css/bootstrap-table.css">
        <link rel="stylesheet" href="css/styles.css">
        <link rel="stylesheet" href="css/uploadform.css">
        <link rel="stylesheet" href="css/bootstrap-datetimepicker-standalone.css">
        <link rel="stylesheet" href="css/bootstrap-datetimepicker.css">
        <link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0css/font-awesome.min.css">
        <link rel="stylesheet" href="css/bootstrap-datepicker.min.css" media="all">
        <link rel="stylesheet" type="textcss" href="https://cdn.datatables.net/1.10.12css/dataTables.bootstrap.min.css">
        <link rel="stylesheet" href="css/box-plot.css">
        <title>
                SupportASR
        </title>
    </head>
    <body>
        <script src="js/jquery.min.js"></script>
        <script src="js/bootstrap.min.js"></script>
        
        <header>
                            <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
    <div class="container" style="height: 70px; vertical-align: middle;">
        <div class="navbar-header">
            <a class="nav navbar-left">
                <img src="C:/Users/Bertrand/Downloads/support/images/logo-ASR.png" style="height: 45px;" alt="Responsive image">
            </a>
        </div>
    </div>
</nav>
                    </header>
        <div class="container-fluid" style="margin-top: 100px;">
                
<div class="row">
    <div class="col-md-offset-4 col-md-4">
        
        <div class="row">
            
        </div>
        <form class="form-horizontal" method="post" action="/login_check">
            <fieldset>
                <div class="form-group">
                    <legend>Connexion</legend>
                    <input type="text" class="form-control input-md" id="username" name="_username" placeholder="Nom d'utilisateur" value="">
                </div>
                <div class="form-group">
                    <input class="form-control input-md" type="password" id="password" name="_password" placeholder="Mot de passe">
                </div>
                <div class="form-group">
                    <a href="/resetting/request">Mot de passe oublié ?</a>
                </div>
                <div class="row">
                    <div class="pull-right">
                        <input class="btn btn-primary btn-md" type="submit" id="_submit" name="_submit" value="Connexion"/>
                        <a class="btn btn-danger btn-md" href="http://www.asr-informatique.fr/">Retour site ASR</a>
                    </div>
                </div>
                                    <input type="hidden" name="_csrf_token" value="0enD5RWCjFfW5o8TR6_qe9-6JGLU9MnpimRkaaP3z_0" />
                
            </fieldset>
        </form>
    </div>
</div>
        </div>
        <footer class="footer" role="contentinfo">
            <div class="container">
                <p class="pull-right">SupportASR © 2022 - v2.2.3</p>
            </div>
        </footer>
    </body>
</html>