Update Image untuk Form Login yang telah di kompres

This commit is contained in:
mikael-zakaria 2025-08-22 08:55:55 +07:00
parent 9a22a84863
commit 995e455788
2 changed files with 24 additions and 32 deletions

View File

@ -82,7 +82,7 @@ if(!isset($password)) { $password = ''; }
<!-- Bagian Gambar -->
<div class="col-sm-6 col-md-8 d-none d-md-block">
<img src="<?=base_url();?>/assets/images/finalpanda.png" alt="login" class="login-img" alt="">
<img src="<?=base_url();?>/assets/images/finalpanda.jpg" alt="login" class="login-img" alt="">
</div>
<!-- Bagian Form -->
@ -133,13 +133,5 @@ if(!isset($password)) { $password = ''; }
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript">
$(function() {
$(".preloader").fadeOut();
});
$(function() {
$('[data-bs-toggle="tooltip"]').tooltip()
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB