Skip to content

Instantly share code, notes, and snippets.

@natebenes
Created March 16, 2010 15:58
Show Gist options
  • Save natebenes/334135 to your computer and use it in GitHub Desktop.
Save natebenes/334135 to your computer and use it in GitHub Desktop.
<html>
<body>
<h4>Sample Gist Form</h4>
<form action="http://gist.github.com/gists" method="post">
Name:
<input name="file_name[gistfile1]" type="text" />
<br/>
Ext:
<input name="file_ext[gistfile1]" type="text" />
<br/>
Content:
<textarea name="file_contents[gistfile1]" cols=40 rows=6></textarea>
<br/>
<input type="submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment