templates/core/security/index.html.twig line 1

  1. <!DOCTYPE html>
    <html lang="{{ locale }}">
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>
            {% block title %}Accueil{% endblock %}
        </title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="icon" type="image/x-icon" href="{{ asset('vendors/assets/img/favicon.ico') }}">
        <link rel="stylesheet" href="{{ asset('vendors/lib/slick/slick-theme.css') }}"/>
        <link rel="stylesheet" href="{{ asset('vendors/lib/slick/slick.css') }}"/>
        <link rel="stylesheet" href="{{ asset('vendors/lib/bootstrap/css/bootstrap.min.css') }}"/>
        <link  rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"/>
        <link rel="stylesheet" href="{{ asset('vendors/lib/bootstrap/css/bootstrap.min.css') }}"/>
        <link rel="stylesheet" href="{{ asset('vendors/lib/mmenu/mmenu.css') }}">
        <link rel="stylesheet" href="{{ asset('vendors/assets/css/global.css') }}">
        <link rel="stylesheet" href="{{ asset('vendors/assets/css/style.css') }}">
        <link rel="stylesheet" href="{{ asset('css/front/override.css') }}">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
        {{ encore_entry_link_tags('app') }}
    </head>
    <body>
    {% block front %}
        <div id="app-login-node"></div>
    {% endblock %}
    {{ encore_entry_script_tags('app') }}
    </body>
    </html>