14 lines
717 B
PHP
14 lines
717 B
PHP
|
|
<footer class="footer mt-auto py-3 bg-white text-center">
|
|
<div class="container">
|
|
<span class="text-muted"> Copyright © <span id="year"></span> <a
|
|
href="javascript:void(0);" class="text-dark fw-semibold">Ynex</a>.
|
|
Designed with <span class="bi bi-heart-fill text-danger"></span> by <a href="javascript:void(0);">
|
|
<span class="fw-semibold text-primary text-decoration-underline">Spruko</span>
|
|
</a> All
|
|
rights
|
|
reserved
|
|
</span>
|
|
</div>
|
|
</footer>
|
|
|