<head>
<title>Réalisation site internet - Agence Equinoxes - Agence de communication à Reims & Soissons</title>
<meta name="Description" content="Retrouvez toutes les réalisation de site internet de l'agence Equinoxes - Soissons, Reims">
<meta charset="utf-8">
<meta
name="viewport" content="width=device-width, initial-scale=1">
{# Feuilles de style #}
<link rel="stylesheet" type="text/css" href="/assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/assets/css/formconnexion.css">
{% block stylesheets1 %}
<link href="{{ asset('assets/css/normalize.css') }}" rel="stylesheet"/>
<link href="{{ asset('assets/css/style.css') }}" rel="stylesheet"/>
{% endblock %}
{# SCRIPT #}
<script src="https://use.fontawesome.com/57fd2a2e70.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="/assets/js/isotope.pkdg.min.js"></script>
{% block javascripts1 %}
<script src="{{ asset('assets/js/isotope.pkdg.min.js') }}"></script>
{% endblock %}
{# <script>window.location.href = "http://stagiaire.equinoxes.fr/audiovisuel/?token=<?=$token;?>";</script> #}
</head>
<body id="admin">
<main>
<div id="wrap-main">
<ul class="form-style-1">
<div class="content-form">
<div class="form-header">
{# <a href="https://devreferences.equinoxes.fr/"><img src="/assets/img/logo.png"></a> #}
<a href="{{ path('home') }}"><img src="/assets/img/logo.png"></a>
</div>
<!-- /form-header -->
<div class="form-main">
<div class="well">
<p>Veuillez entrer votre code d'authentification :</p>
<form action="/rea_video" method="post">
<li>
<input type="text" name="login" class="">
</li>
<li>
<input type="password" name="password" class="">
</li>
<li>
<button name="buton" type="submit" class="btn btn-defaut">Valider</button>
</li>
</form>
</div>
<!-- /well -->
</div>
<!-- /form-main -->
</div>
</ul>
<!-- /content-form -->
</div>
<!-- /wrap-main -->
</main>
</body></html>