templates/rea_video/formConnexion.html.twig line 1

Open in your IDE?
  1. <head>
  2.     <title>Réalisation site internet - Agence Equinoxes - Agence de communication à Reims & Soissons</title>
  3.     <meta name="Description" content="Retrouvez toutes les réalisation de site internet de l'agence Equinoxes - Soissons, Reims">
  4.     <meta charset="utf-8">
  5.     <meta
  6.     name="viewport" content="width=device-width, initial-scale=1">
  7.     {# Feuilles de style #}
  8.     <link rel="stylesheet" type="text/css" href="/assets/css/normalize.css">
  9.     <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
  10.     <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
  11.     <link rel="stylesheet" type="text/css" href="/assets/css/formconnexion.css">
  12.     {% block stylesheets1 %}
  13.         <link href="{{ asset('assets/css/normalize.css') }}" rel="stylesheet"/>
  14.         <link href="{{ asset('assets/css/style.css') }}" rel="stylesheet"/>
  15.     {% endblock %}
  16.     {# SCRIPT #}
  17.     <script src="https://use.fontawesome.com/57fd2a2e70.js"></script>
  18.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  19.     <script src="/assets/js/isotope.pkdg.min.js"></script>
  20.     {% block javascripts1 %}
  21.         <script src="{{ asset('assets/js/isotope.pkdg.min.js') }}"></script>
  22.     {% endblock %}
  23.     {#    <script>window.location.href = "http://stagiaire.equinoxes.fr/audiovisuel/?token=<?=$token;?>";</script>    #}
  24. </head>
  25. <body id="admin">
  26.     <main>
  27.         <div id="wrap-main">
  28.         <ul class="form-style-1">
  29.             <div class="content-form">
  30.                 <div class="form-header">
  31.                     {# <a href="https://devreferences.equinoxes.fr/"><img src="/assets/img/logo.png"></a> #}
  32.                     <a href="{{ path('home') }}"><img src="/assets/img/logo.png"></a>
  33.                 </div>
  34.                 <!-- /form-header -->
  35.             
  36.                 <div class="form-main">
  37.                     <div class="well">
  38.                         
  39.                         <p>Veuillez entrer votre code d'authentification :</p>
  40.                         <form action="/rea_video" method="post">
  41.                         <li>
  42.                             <input type="text" name="login" class="">
  43.                         </li>
  44.                         <li>
  45.                             <input type="password" name="password" class="">
  46.                         </li>
  47.                         <li>
  48.                             <button name="buton" type="submit" class="btn btn-defaut">Valider</button>
  49.                         </li>
  50.                         </form>
  51.                     </div>
  52.                     <!-- /well -->
  53.                 </div>
  54.                 <!-- /form-main -->
  55.             </div>
  56.         </ul>
  57.             <!-- /content-form -->
  58.         </div>
  59.         <!-- /wrap-main -->
  60.     </main>
  61. </body></html>