12 lines
420 B
HTML
Raw Normal View History

<footer class="footer pt-3 pb-4">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-white text-lg-start">
© 2024,
Developed by JulScha
</div>
</div>
</div>
</div>
</footer>