-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatm6.html
More file actions
20 lines (17 loc) · 715 Bytes
/
atm6.html
File metadata and controls
20 lines (17 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Current Account</title>
<link rel="stylesheet" type="text/css" href="atm.css">
</head>
<body class="atm6">
<center><div id="savingContainer"><h2 style="color: white;">Enter the Amount</h2><input type="number" name="Saving" id="savingAmount" placeholder="Enter the ammount">
<button onclick="savingAmounts()" id="savingbtn" style="background-color: orangered; color: white;">confirm</button></div></center>
<center><div id="informcontainerSaving">
<center><img src="https://cdn.dribbble.com/users/206390/screenshots/3532189/success_dribbble_gif.gif"></center>
</center>
</div>
<script type="text/javascript" src="atm2.js"></script>
</body>
</html>