Created
March 16, 2010 03:29
-
-
Save natebenes/333607 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> <body> <h4>Sample Gist Form</h4> <form action="http://gist.github.com/gists" method="post"> <select name="file_ext[gistfile1]"> <option>html</option> <option>php</option> <option>js</option> </select> Name: <input name="file_name[gistfile1]" type="text" /> Name: <input name="file_contents[gistfile1]" type="textarea" /> <input type="submit" /> </form> </body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment