Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Created August 31, 2013 23:55
Show Gist options
  • Save darrelmiller/6401411 to your computer and use it in GitHub Desktop.
Save darrelmiller/6401411 to your computer and use it in GitHub Desktop.
<FORM method="POST" action="http://example.com/whatever-I-dont-care">
<INPUT type="text" name="value1" value="default1"/>
<INPUT type="text" name="value2" value="default2"/>
<FORM>
<LINK rel="http://tavis.ca/rels/form" method="POST" href="http://example.com/whatever-I-dont-care">
<INPUT type="text" name="value1" value="default1"/>
<INPUT type="text" name="value2" value="default2"/>
<LINK>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment