summaryrefslogtreecommitdiff
path: root/maven/02-hello-webapp/src/main/webapp/index.jsp
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-03-28 21:06:57 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-03-28 21:06:57 +0530
commitdfc57517c8fd60f862029d95c25aa01410578c69 (patch)
treeb9b71e5516c3280564507c7432dedd75cba60acf /maven/02-hello-webapp/src/main/webapp/index.jsp
parenta405bf7f782f916236a9afd238eb50317fac2bf6 (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.jsp5
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>