[Rails] Fertilizer recipe solver for the FAPG.
1
<footer class="footer mt-auto py-3">
2
<div class="container d-flex justify-content-between">
3
<span class="text-muted">© 2025 FAPG. All rights reserved.</span>
4
<ul class="list-inline">
5
<li class="list-inline-item"><a href="#" class="text-muted">Privacy Policy</a></li>
6
<li class="list-inline-item"><a href="#" class="text-muted">Terms of Use</a></li>
7
<li class="list-inline-item"><a href="#" class="text-muted">Contact Us</a></li>
8
</ul>
9
</div>
10
</footer>
11