templates/base-login.html.twig line 40
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Dreams Chat - Html Template</title><!-- Favicon --><link rel="icon" href="{{ asset('assets/img/favicon/favicon.ico') }}"><!-- Bootstrap CSS --><link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}"><!-- Fontawesome CSS --><link rel="stylesheet" href="{{ asset('assets/plugins/fontawesome/css/fontawesome.min.css') }}"><link rel="stylesheet" href="{{ asset('assets/plugins/fontawesome/css/all.min.css') }}"><!-- Custom scroll CSS --><link rel="stylesheet" href="{{ asset('assets/plugins/mcustomscroll/jquery.mCustomScrollbar.css') }}"><!-- App CSS --><link rel="stylesheet" href="{{ asset('assets/css/app.css') }}"><!-- App Manifest --><link rel="manifest" href="{{ asset('assets/img/favicon/site.webmanifest') }}" /></head><body class="account-page" ><!-- Main Wrapper --><div class="main-wrapper"><!-- Page Content --><div class="content align-items-center">{% block body %}{% endblock %}</div><!-- /Page Content --></div><!-- /Main Wrapper -->{% block javascripts %}{{ encore_entry_script_tags('app') }}<!-- jQuery --><script src="{{ asset('assets/js/jquery-3.6.0.min.js') }}"></script><!-- Bootstrap Core JS --><script src="{{ asset('assets/js/bootstrap.bundle.min.js') }}"></script><!-- Custom Scroll JS --><script src="{{ asset('assets/js/jquery.nicescroll.min.js') }}"></script><script src="{{ asset('assets/plugins/mcustomscroll/jquery.mCustomScrollbar.js') }}"></script><!-- Custom JS --><script src="{{ asset('assets/js/script.js') }}"></script>{% endblock%}</body></html>