<!DOCTYPE html>
<html>
<head>
<title>HTML link</title>
</head>
<body bgcolor="lightyellow">
<h1><center>The Ice Cream Shop</center></h1>
<h3>Using Custom HTTPparm Module</h3>
Test to see if HTTPparam module received the anchor tag parameters
<a href="/~sultan/cgi-bin/python/3webDB/HTTPparam/HTTPform.cgi?hello=world&firstname=Sam">click</a>
</body>
</html>