Chris
339321a322
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
14 lines
443 B
HTML
14 lines
443 B
HTML
<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>
|