Update VisionUnsHSBC.jsp

parent f5d5d979
...@@ -51,10 +51,14 @@ div { ...@@ -51,10 +51,14 @@ div {
.container { .container {
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
text-align: center; display: flex;
flex-direction: column;
text-align: center;
align-items: center;
justify-content: center;
} }
...@@ -123,7 +127,7 @@ button:hover { ...@@ -123,7 +127,7 @@ button:hover {
<body> <body>
<div class="container"> <div class="container">
<h2>Schedule SFTP</h2> <h1>UNS-HSBC Integration</h1>
<!-- Add a button that triggers the scheduleSFTP function on click --> <!-- Add a button that triggers the scheduleSFTP function on click -->
<button onclick="scheduleSFTP()">Process Payment</button> <button onclick="scheduleSFTP()">Process Payment</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment