Skip to content

Commit

Permalink
[WFLY-19389] websocket-endpoint Quickstarts should have a root webpag…
Browse files Browse the repository at this point in the history
…e similar to helloworld
  • Loading branch information
sudeshnas93 committed Jun 6, 2024
1 parent 01313ed commit 064345d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions websocket-endpoint/src/main/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
Copyright 2024, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Expand All @@ -14,10 +14,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<!-- Plain HTML page that kicks us into the app -->

<html>
<html lang="en">
<head>
<meta http-equiv="Refresh" content="0; URL=bid.html">
<meta charset="UTF-8">
<title>websocket-endpoint</title>
</head>
</html>
<body>
<div style="text-align:center">

<h1>Hello There! Welcome to WildFly!</h1>
<h2>The websocket-endpoint application has been deployed and running successfully.</h2>
<a href="bid.html" title="Go to the application">Access the websocket-endpoint application here</a>

</div>
</body>
</html>

0 comments on commit 064345d

Please sign in to comment.