From ae51a6fbdca9733b3ecf6fb189c03300f5b23f36 Mon Sep 17 00:00:00 2001 From: sudeshnas93 Date: Wed, 12 Jun 2024 21:22:03 +0530 Subject: [PATCH] [WFLY-19414] numberguess Quickstarts should have a root webpage similar to helloworld --- numberguess/src/main/webapp/index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/numberguess/src/main/webapp/index.html b/numberguess/src/main/webapp/index.html index 0897d6b00e..6ba88cc51b 100644 --- a/numberguess/src/main/webapp/index.html +++ b/numberguess/src/main/webapp/index.html @@ -1,6 +1,6 @@ + - + - + + numberguess - + +
+ +

Hello There! Welcome to WildFly!

+

The numberguess application has been deployed and running successfully.

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