Skip to content

Instantly share code, notes, and snippets.

Created January 1, 2013 20:45
Show Gist options
  • Save anonymous/4429893 to your computer and use it in GitHub Desktop.
Save anonymous/4429893 to your computer and use it in GitHub Desktop.
CSP example: Joke Submission form
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment