Created
May 27, 2017 16:18
-
-
Save arthurportas/9d9941e44bff27b0ac4142fa826a4121 to your computer and use it in GitHub Desktop.
new-employee.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>New Employee</title> | |
</head> | |
<body> | |
Employee created with success! | |
${emp} | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment