Example HTML - organization-specific landing page

Copy

Example HTML - customer-specific landing page

<div class="p-4 px-6 mb-4 rounded text-center" style="background-color:#ebebeb;"><img class="img-fluid center-block mb-3" src="https://gluh.azureedge.net/demo/marketing/samplelogo-636528250602584311.png">
    <h1 class="fw-semibold">Sample Company</h1>
    <h3 class="fw-normal">Preferred product procurement portal</h3>
    <br><br>
    <h5><a href="" class="text-decoration-underline">click here</a> to return to the home page</h5>
</div>