From 1091abd88380e50d534a1ff16a3f54a86197eaa5 Mon Sep 17 00:00:00 2001 From: sudeshnas93 Date: Thu, 6 Jun 2024 19:01:40 +0530 Subject: [PATCH] [wfly-19390] temperature-converter Quickstarts should have a root webpage similar to helloworld --- .../src/main/webapp/index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/temperature-converter/src/main/webapp/index.html b/temperature-converter/src/main/webapp/index.html index f7e00cebc2..488e8cabff 100644 --- a/temperature-converter/src/main/webapp/index.html +++ b/temperature-converter/src/main/webapp/index.html @@ -1,6 +1,6 @@ + - + - + + temperature converter - + +
+ +

Hello There! Welcome to WildFly!

+

The temperature-converter quickstart application has been deployed and running successfully.

+ Access the temperature-converter application here + +
+ + \ No newline at end of file