{% set pageTitle = 'Welcome' %}
{% extends "@HonaAdmin/struct/layout.html.twig" %}
{% block content %}
<!-- Start #login -->
<div id="login-landing" class="animated bounceIn" style="display: flex;justify-content: center;align-items: center;">
<img id="logo-landing" src="/assets/img/unda.jpg" alt="unda" style="width: 70%;max-width: 600px;">
</div>
{% endblock %}
{% block extrajs %}
{% endblock %}