src/Hona/LandingBundle/Resources/views/Default/landing.html.twig line 1

Open in your IDE?
  1. {% set pageTitle = 'Welcome' %}
  2. {% extends "@HonaAdmin/struct/layout.html.twig" %}
  3. {% block content %}
  4. <!-- Start #login -->
  5.     <div id="login-landing" class="animated bounceIn" style="display: flex;justify-content: center;align-items: center;">
  6.         <img id="logo-landing" src="/assets/img/unda.jpg" alt="unda" style="width: 70%;max-width: 600px;">
  7.     </div>
  8. {% endblock %}
  9. {% block extrajs %}
  10. {% endblock %}