Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions temperature-converter/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=temperatureconvert.jsf">
<meta charset="UTF-8">
<title>temperature converter</title>
</head>
</html>
<body>
<div style="text-align:center">

<h1>Hello There! Welcome to WildFly!</h1>
<h2>The temperature-converter quickstart application has been deployed and running successfully.</h2>
<a href="temperatureconvert.jsf" title="Go to the application">Access the temperature-converter application here</a>

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