Update index.php

This commit is contained in:
Annika Backstrom 2017-09-20 11:41:35 -04:00 committed by GitHub
parent 8a869c8bff
commit 59709009c0
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ if( 'POST' === $_SERVER['REQUEST_METHOD'] ) {
<h2>Other</h2>
<ul>
<li><a href="https://www.wellsfargo.com/biz/loans-and-lines/repayment-calculator/">Loan repayment calculator</a></li>
<li><a href="https://blog.tersmitten.nl/slugify/">Slugify</a></li>
</ul>
</div>
<?php if( $action ) echo $action; ?>