From 526ea0d3809e91842b74093eee6359e4ad9eee8e Mon Sep 17 00:00:00 2001 From: sudeshnas93 Date: Thu, 6 Jun 2024 19:40:16 +0530 Subject: [PATCH] [WFLY-19391] thread-racing Quickstarts should have a root webpage similar to helloworld --- thread-racing/src/main/webapp/index.html | 52 ++++++--------------- thread-racing/src/main/webapp/welcome.html | 54 ++++++++++++++++++++++ 2 files changed, 68 insertions(+), 38 deletions(-) create mode 100644 thread-racing/src/main/webapp/welcome.html diff --git a/thread-racing/src/main/webapp/index.html b/thread-racing/src/main/webapp/index.html index a6a6f9d31f..adc8ec4098 100644 --- a/thread-racing/src/main/webapp/index.html +++ b/thread-racing/src/main/webapp/index.html @@ -1,54 +1,30 @@ - + + + -Jakarta EE Thread Racing - - + + thread-racing -
-

Jakarta EE Thread Racing

-

The GREATEST open source racing application ever developed, all for FREE, including TV live broadcast.

-

A race where 4 threads run() for glory, completing different stages, each sponsored by a new or updated Jakarta EE technology!

-
- -
-
-
+
+ +

Hello There! Welcome to WildFly!

+

The thread-racing application has been deployed and running successfully.

+ Access the Jakarta EE thread-racing web application here +
- + \ No newline at end of file diff --git a/thread-racing/src/main/webapp/welcome.html b/thread-racing/src/main/webapp/welcome.html new file mode 100644 index 0000000000..e870a93689 --- /dev/null +++ b/thread-racing/src/main/webapp/welcome.html @@ -0,0 +1,54 @@ + + + + +Jakarta EE Thread Racing + + + + +
+

Jakarta EE Thread Racing

+

The GREATEST open source racing application ever developed, all for FREE, including TV live broadcast.

+

A race where 4 threads run() for glory, completing different stages, each sponsored by a new or updated Jakarta EE technology!

+
+ +
+
+
+
+ +