Update Image untuk Form Login yang telah di kompres
This commit is contained in:
parent
9a22a84863
commit
995e455788
@ -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>
|
||||
BIN
public/assets/images/finalpanda.jpg
Normal file
BIN
public/assets/images/finalpanda.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
Loading…
x
Reference in New Issue
Block a user