35 lines
1.5 KiB
PHP
35 lines
1.5 KiB
PHP
<!-- Footer -->
|
|
<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>
|
|
, made with ❤️ by <a href="https://pixinvent.com" target="_blank" class="footer-link">Pixinvent</a>
|
|
</div>
|
|
<div class="d-none d-lg-inline-block">
|
|
<a href="https://themeforest.net/licenses/standard" class="footer-link me-4" target="_blank"
|
|
>License</a
|
|
>
|
|
<a href="https://themeforest.net/user/pixinvent/portfolio" target="_blank" class="footer-link me-4"
|
|
>More Themes</a
|
|
>
|
|
|
|
<a
|
|
href="https://demos.pixinvent.com/vuexy-html-admin-template/documentation/"
|
|
target="_blank"
|
|
class="footer-link me-4"
|
|
>Documentation</a
|
|
>
|
|
|
|
<a href="https://pixinvent.ticksy.com/" target="_blank" class="footer-link d-none d-sm-inline-block"
|
|
>Support</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- / Footer --> |