You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
371 B
11 lines
371 B
2 years ago
|
<footer class="content-footer footer bg-footer-theme">
|
||
|
<div class="container-xxl d-flex flex-wrap justify-content-between py-2 flex-md-row flex-column">
|
||
|
<div class="mb-2 mb-md-0">
|
||
|
Biskilog © @DateTime.Now.Year
|
||
|
|
||
|
</div>
|
||
|
<!--
|
||
|
TODO add floating bar to either contain quick line or do something else
|
||
|
-->
|
||
|
</div>
|
||
|
</footer>
|