Skip to content

Instantly share code, notes, and snippets.

@arthurportas
Created May 27, 2017 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurportas/adceb28964bceb67b26b04e0ea8dace2 to your computer and use it in GitHub Desktop.
Save arthurportas/adceb28964bceb67b26b04e0ea8dace2 to your computer and use it in GitHub Desktop.
new-employee.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>::StaffGest:: - new-employee</title>
<meta name="description" content="StaffGest:: - search-employee">
<meta name="author" content="Arthur Portas">
</head>
<body>
<form action="/staffgest-mvc-freemarker/employee" method="post">
First name:<br>
<input type="text" name="firstName" value="Arthur">
<br>
Last name:<br>
<input type="text" name="lastName" value="Portas">
<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