All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
19 lines
873 B
HTML
19 lines
873 B
HTML
<div class="container-lg px-0">
|
|
<footer class="border border-bottom-0 bg-body-secondary px-4 py-3 d-flex flex-wrap justify-content-between align-items-center text-body-secondary">
|
|
<div class="col-md-4 d-flex align-items-center">
|
|
<span>© 2024 PYRSS</span>
|
|
</div>
|
|
<ul class="nav col-md-4 d-flex justify-content-end list-unstyled">
|
|
<li class="ms-3">
|
|
<a href="https://gitea.corbz.dev/corbz/PYRSS-Website" class="text-reset" target="_blank">
|
|
<i class="bi bi-git fs-5"></i>
|
|
</a>
|
|
</li>
|
|
<li class="ms-3">
|
|
<a href="https://gitea.corbz.dev/corbz/PYRSS-Website/wiki" class="text-reset" target="_blank">
|
|
<i class="bi bi-question-lg fs-5"></i>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</footer>
|
|
</div> |