14 lines
483 B
PHP
14 lines
483 B
PHP
<footer class="content-footer footer bg-footer-theme">
|
|
<div class="container-xxl">
|
|
<div
|
|
class="footer-container d-flex align-items-center justify-content-between py-4 flex-md-row flex-column">
|
|
<div class="text-body">
|
|
©
|
|
<script>
|
|
document.write(new Date().getFullYear());
|
|
</script>
|
|
, by <a href="#" target="_blank" class="footer-link">Yayasan Bhumi Loka Lestari</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |