-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatm3.html
More file actions
25 lines (25 loc) · 909 Bytes
/
atm3.html
File metadata and controls
25 lines (25 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>paymentDetail</title>
<link rel="stylesheet" type="text/css" href="atm.css">
</head>
<body class="atm3">
<div id="savingContainer">
<input type="number" id="saving" placeholder="enter the amount">
<button id="savingConfirm" onclick="saving2()" style="background-color: orangered; color: white;">confirm</button>
</div>
<center><div id="informContainer2" style="color: white;">
<img src="https://cdn.dribbble.com/users/206390/screenshots/3532189/success_dribbble_gif.gif" >
<h3>Scroll Down to See Transaction Details</h3><br>
<p><b>Name:</b>M.Kumaran</p>
<p><b>Benificiary Name:</b>A.Balasuburamaiyan</p>
<p><b>account Number:</b>1234567890</p>
<b id="bold2"></b>
<p><b>Branch:</b>Trichy,Contonment</p>
<h3>-THANK YOU FOR CHOOSE FOR OUR BANKING-</h3>
</div></center>
<script type="text/javascript" src="atm.js"></script>
</body>
</html>