Skip to content

Instantly share code, notes, and snippets.

@demogar
Created April 5, 2011 18:38
Show Gist options
  • Save demogar/904209 to your computer and use it in GitHub Desktop.
Save demogar/904209 to your computer and use it in GitHub Desktop.
<form action="index_submit" method="get" accept-charset="utf-8">
<p>
<label for="nombre">Nombre</label>
<input type="text" name="nombre" value="" id="nombre" />
</p>
<p>
<input type="submit" name="submit" value="Submit" />
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment