From 135677a398715981360dcaa308d0bdc7201a42cc Mon Sep 17 00:00:00 2001 From: sudeshnas93 Date: Wed, 22 May 2024 17:26:28 +0530 Subject: [PATCH] [WFLY-19356] jsonp Quickstarts should have a root webpage similar to helloworld --- jsonp/src/main/webapp/index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/jsonp/src/main/webapp/index.html b/jsonp/src/main/webapp/index.html index 5144075b17..bd4ee83409 100644 --- a/jsonp/src/main/webapp/index.html +++ b/jsonp/src/main/webapp/index.html @@ -1,6 +1,6 @@ - + - + + jsonp - + +
+ +

Hello There! Welcome to WildFly!

+

The jsonp application has been deployed and running successfully.

+ Access the jsonp application here + +
+ + \ No newline at end of file