Skip to content

Instantly share code, notes, and snippets.

@marmeladze
Created July 24, 2020 13:59
Show Gist options
  • Select an option

  • Save marmeladze/fb9b576966eb94e1f961330b9cc99225 to your computer and use it in GitHub Desktop.

Select an option

Save marmeladze/fb9b576966eb94e1f961330b9cc99225 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<h3>Create new user</h3>
<form method="POST" action="/user">
<input placeholder="First Name" type="text" name="first_name" />
<input placeholder="Last Name" type="text" name="last_name" />
<input placeholder="Email" type="text" name="email" />
<button type="submit"> Submit</button>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment