Skip to content

Instantly share code, notes, and snippets.

@MathieuMorrissette
Created January 30, 2016 20:42
Show Gist options
  • Save MathieuMorrissette/30f38510597c0558dd65 to your computer and use it in GitHub Desktop.
Save MathieuMorrissette/30f38510597c0558dd65 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<form action="login" method="post">
First name:<br>
<input type="text" name="firstname" value="Mickey"><br>
Last name:<br>
<input type="text" name="lastname" value="Mouse"><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment