You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
503 B
15 lines
503 B
<script> |
|
$('#navbar-print').click(function() { |
|
window.print(); |
|
return false; |
|
}); |
|
</script> |
|
<footer class="footer"> |
|
<div class="w-100 clearfix"> |
|
<span class="text-center text-sm-left d-md-inline-block">Copyright ©2024 All Rights Reserved.</span> |
|
<span class="float-none float-sm-right mt-1 mt-sm-0 text-center"> <a href="<?php base_url() ?> " |
|
class="text-dark" target="_blank">Direktorat Ekstensifikasi Perpajakan</a></span> |
|
</div> |
|
</footer> |
|
</div> |
|
</div> |