Skip to content

Commit

Permalink
[WFLY-19356] jsonp Quickstarts should have a root webpage similar to …
Browse files Browse the repository at this point in the history
…helloworld
  • Loading branch information
sudeshnas93 committed May 30, 2024
1 parent 3312dd7 commit 135677a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions jsonp/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 @@ -16,8 +16,18 @@
-->
<!DOCTYPE html>
<!-- Plain HTML page that kicks us into the app -->
<html>
<html lang="en">
<head>
<meta http-equiv="Refresh" content="0; URL=jsonp.jsf">
<meta charset="UTF-8">
<title>jsonp</title>
</head>
</html>
<body>
<div style="text-align:center">

<h1>Hello There! Welcome to WildFly!</h1>
<h2>The jsonp application has been deployed and running successfully.</h2>
<a href="jsonp.jsf" title="Go to JSONP Form">Access the jsonp application here</a>

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

0 comments on commit 135677a

Please sign in to comment.