This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/pages/err/notallowed.html

14 lines
443 B
HTML
Raw Normal View History

2023-10-26 22:04:05 +02:00
<div class="alert alert-danger animate__animated animate__headShake" role="alert">
<h4 class="alert-heading">Not allowed</h4>
Zugriff nicht erlaubt
</div>
<div class="row justify-content-center align-items-center g-2">
<div class="col"></div>
<div class="col">
<?php if(!$loggedin) : ?>
<?= partial('../../pages/login/login.html'); ?>
<?php endif; ?></div>
<div class="col"></div>
</div>