Update VisionUnsHSBC.jsp

parent f5d5d979
......@@ -51,10 +51,14 @@ div {
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
text-align: center;
max-width: 800px;
margin: 0 auto;
padding: 20px;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
justify-content: center;
}
......@@ -123,7 +127,7 @@ button:hover {
<body>
<div class="container">
<h2>Schedule SFTP</h2>
<h1>UNS-HSBC Integration</h1>
<!-- Add a button that triggers the scheduleSFTP function on click -->
<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