summaryrefslogtreecommitdiffstats
path: root/application/layouts/scripts/guest-error.phtml
blob: 49cdd68f5d94d670373c78c8d37a78ad8263ba8b (plain)
1
2
3
4
5
6
7
8
9
10
<div id="guest-error">
    <div class="centered-ghost">
        <div class="centered-content">
            <div id="icinga-logo" aria-hidden="true"></div>
            <div id="guest-error-message">
                <?= $this->render('inline.phtml') ?>
            </div>
        </div>
    </div>
</div>