<html> 
<head> 
<title>"You Better Pay Up" Loan Services</title> 
</head> 
<body> 

<center>
<h3>Welcome to "You Better Pay Up" Loan Services</h3>

You pay us ten percent every week, or else.

<form action="loanshark.php" method=post> 


My hovercraft costs $<input type="text" name="cost"> 
<p><input type="submit" name="submit" value="What's My Interest Payment?">

</form>

</center>

</body>
</html>