13 lines
455 B
PHP
13 lines
455 B
PHP
{{-- <footer class="sticky-footer bg-white">
|
|
<div class="container my-auto">
|
|
<div class="copyright text-center my-auto">
|
|
<span>copyright ©
|
|
<script>
|
|
document.write(new Date().getFullYear());
|
|
</script> - developed by
|
|
<b><a href="https://indrijunanda.gitlab.io/" target="_blank">indrijunanda</a></b>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</footer> --}}
|