Adding loan repayment calculator

It's a tool, but it's not strictly PHP related... But I'm adding it
anyway.
This commit is contained in:
Annika Backstrom 2016-01-28 18:26:23 +00:00
parent fd5bf79cbb
commit 8a869c8bff
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ if( 'POST' === $_SERVER['REQUEST_METHOD'] ) {
<input type="text" class="math-solution boxed full-width" style="display: none;">
</div>
</div>
<h2>Other</h2>
<ul>
<li><a href="https://www.wellsfargo.com/biz/loans-and-lines/repayment-calculator/">Loan repayment calculator</a></li>
</ul>
</div>
<?php if( $action ) echo $action; ?>
</div>