diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-28 21:06:57 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-28 21:06:57 +0530 |
| commit | dfc57517c8fd60f862029d95c25aa01410578c69 (patch) | |
| tree | b9b71e5516c3280564507c7432dedd75cba60acf /maven/02-hello-webapp/src/main/webapp/index.jsp | |
| parent | a405bf7f782f916236a9afd238eb50317fac2bf6 (diff) | |
Added hello webapp sample application
Diffstat (limited to 'maven/02-hello-webapp/src/main/webapp/index.jsp')
| -rw-r--r-- | maven/02-hello-webapp/src/main/webapp/index.jsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maven/02-hello-webapp/src/main/webapp/index.jsp b/maven/02-hello-webapp/src/main/webapp/index.jsp new file mode 100644 index 0000000..ee89d62 --- /dev/null +++ b/maven/02-hello-webapp/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ +<html> +<body> +<h2><%= "Hello World!" %></h2> +</body> +</html> |
