From 064345dfb53878f9bc29b936d285f486a39f9f4e Mon Sep 17 00:00:00 2001 From: sudeshnas93 Date: Thu, 6 Jun 2024 18:30:56 +0530 Subject: [PATCH] [WFLY-19389] websocket-endpoint Quickstarts should have a root webpage similar to helloworld --- websocket-endpoint/src/main/webapp/index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/websocket-endpoint/src/main/webapp/index.html b/websocket-endpoint/src/main/webapp/index.html index 877331b001..8a4630b399 100644 --- a/websocket-endpoint/src/main/webapp/index.html +++ b/websocket-endpoint/src/main/webapp/index.html @@ -1,6 +1,6 @@ + - + - + + websocket-endpoint - + +
+ +

Hello There! Welcome to WildFly!

+

The websocket-endpoint application has been deployed and running successfully.

+ Access the websocket-endpoint application here + +
+ + \ No newline at end of file