You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
717 B
PHTML

8 months ago
<?= $this->extend('templates/adminlte/nomenu') ?>
<?= $this->section('bodyclass') ?>lockscreen<?= $this->endSection() ?>
<?= $this->section('main') ?>
<!-- Automatic element centering -->
<div class="lockscreen-wrapper">
<div class="lockscreen-logo">
<p><b>Karat World</b> Systems</p>
</div>
<div class="help-block text-center">
Welcome to Karat World Systems Portal.
</div>
<div class="text-center">
<a href="/login">Proceed to Login Page</a>
</div>
<div class="lockscreen-footer text-center">
Copyright &copy; 2024 <b><a href="https://karatworld.net" class="text-black">Karat World</a></b><br>
All rights reserved
</div>
</div>
<!-- /.center -->
<?= $this->endSection() ?>