Skip to content

Instantly share code, notes, and snippets.

View adamzr's full-sized avatar

Adam Richeimer adamzr

View GitHub Profile
<form action="submit_joke" method="post">
<label>Joke:<input type="text" name="joke" placeholder="Why did the chicken cross the road?" /></label>
<input type="submit" />
</form>