22 lines
1,019 B
HTML
22 lines
1,019 B
HTML
<!-- Start footer auth -->
|
|
<footer class="footer bg-body-tertiary bottom-2 py-2 w-100 z-index-3 border border-top-1">
|
|
<div class="container text-body-secondary">
|
|
<div class="row align-items-center justify-content-lg-between">
|
|
<div class="col-12 col-md-6 my-auto">
|
|
<div class="copyright text-center text-sm text-lg-start">
|
|
©
|
|
<a href="https://aroy-art.com" class="font-weight-bold" target="_blank">Aroy Art</a>
|
|
and Contributors.
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-md-6">
|
|
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
|
|
<li class="nav-item">
|
|
<a href="https://git.aroy-art.com/Aroy/Gallery-Archivist" class="nav-link" target="_blank">What is this? - Source</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- End footer auth -->
|