{% extends 'base.html.twig' %}
{% block title %}Hello HomeController!{% endblock %}
{% block body %}
<style>
.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif;
height: 80vh;
display: flex;
flex-direction: column;
justify-content: center; }
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
.text-center { text-align: center; }
img {
max-width: 150px;
left: 20px;
position: relative;
}
p {
margin-top: 0;
}
</style>
<div class="example-wrapper text-center">
<div class="logo">
<image src="https://cdn.shopify.com/s/files/1/0608/1232/9193/files/logo-gold_410x_1d33cf5b-c76b-411a-90ee-e071add22b29_410x.png?v=1638848646" alt="solgar logo">
</div>
<h1>Welcome to Solgar HCP App</h1>
<p>This app will give you basic data reporting system for health care practicioner as well as their patients and orders.</p>
</div>
{% endblock %}