templates/security/base.html.twig line 1
<!doctype html><html lang="pl" class="h-100"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>{{ app_title }}</title>{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}{% block stylesheets %}{{ encore_entry_link_tags('app') }}{% endblock %}{% block javascripts %}{# {{ encore_entry_script_tags('app') }} #}{% endblock %}</head><body class="d-flex flex-column h-100 bg-light" turbo-frame="false"><div class="container-fluid h-100"><div class="row h-100"><div class="col-lg-4 offset-lg-4 col-md-6 offset-md-3 pt-5 h-100 d-flex flex-column"><div class="card"><div class="card-body text-center my-5"><img src="{{ asset('/images/logodm.png') }}" width=200>{% block body %}{% endblock %}</div></div>{# <footer class="footer mt-auto"><span class="text-muted" style="font-size: 0.75rem;"><i class="bi bi-git"></i> {{ app_repo }}, <strong>Copyright © 2022 SPES</strong></span></footer> #}</div></div></div></body></html>