244a678b46
* moving jmh into libraries module * refactoring jmh * Update pom.xml * manual algorightm * with BM result * fix for space issue * Fixed indentation * change as per suggestion * vavr either * adding unit test and othe rutilities * adding concurrent module * concurrent package description * concurrent package description * Update EitherUnitTest.java * introducing lambda expression * jooby project * jooby project
17 lines
381 B
HTML
17 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Insert title here</title>
|
|
</head>
|
|
<body>
|
|
<form enctype="application/x-www-form-urlencoded" action="/submitForm" method="post">
|
|
<input name="id" />
|
|
<input name="name" />
|
|
<input name="email" />
|
|
<input name="phone" />
|
|
<input name="address" />
|
|
<input type="submit" value="Submit"/>
|
|
</form>
|
|
</body>
|
|
</html> |