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:
parent
fd5bf79cbb
commit
8a869c8bff
@ -60,6 +60,11 @@ if( 'POST' === $_SERVER['REQUEST_METHOD'] ) {
|
|||||||
<input type="text" class="math-solution boxed full-width" style="display: none;">
|
<input type="text" class="math-solution boxed full-width" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
<?php if( $action ) echo $action; ?>
|
<?php if( $action ) echo $action; ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user