<html>
<head> <title>Nucleotide Test</title> </head> <body>
Please enter a nucleotide sequence (DNA or RNA)
<form action = "nucleotide.php" method = "get"> <input name = "seq" type = "text"></input> <input type = "submit" value = "submit"></input> </form> </body>
</html>