<!DOCTYPE HTML>
<html lang=”en”>
<head>
<title>Do You NOM?</title>
</head>
<body>
<!– Headers –>
<img src=”http://4.bp.blogspot.com/_er15aMJKddQ/ShFfPeMDhXI/AAAAAAAAANU/bqNmGmKYgAg/S660/bunny+banner+nom.jpg”>
<font face = “arial”>
<h1>O M N O M N O M N O M !</h1>
<p>
Do you NOM?
</br>
Are you looking for people with whom you can NOM?
</br>
Sign up for a free account and NOM with us TODAY!
</p>
<h2>Sign Up</h2>
<form method=”POST” action=”/form”>
<label for=>First: </label><input id=”first” type=”text” first=”settings[first]“/>
</br>
<label for=>Last: </label><input id=”last” type=”text” last=”settings[last]“/>
</br>
<label for=>Email: </label><input id=”email” type=”text” email=”settings[email]“/>
</br> </br>
<input id=”checkbox” type=”checkbox” name=”settings[checkbox]” value=”checkbox1″>
<label for=”checkbox”> Would you like to receive NOM e-newsletters? </label>
</br></br></br>
How did you hear about us? </br>
<select id=”How’d you hear” name=”settings[How'd you hear]“>
<option value=”"></option>
<option value=”Friend”>From a Friend</option>
<option value=”Noming around”>Just NOM-ing around</option>
<option value=”Interwebs”>The interwebs</option>
</select>
</br></br>
</br> What best describes your level of NOM-ness?
</br>
<input id=”radio” type=”radio” name=”settings[radio]” value=”radio1″>
<label for=”radio”> NOM-er in Chief </label>
</br>
<input id=”radio” type=”radio” name=”settings[radio]” value=”radio2″>
<label for=”radio”> Friend of a NOM-er </label>
</br>
<input id=”radio” type=”radio” name=”settings[radio]” value=”radio3″>
<label for=”radio”> Casual Nom-er </label>
</br></br>
<input type=”submit” value=”submit”/>
</form>
</font>
</body>
</html>

