Update index.html
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="main.css">
|
<link rel="stylesheet" type="text/css" href="main.css">
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="application.js"></script>
|
<script src="application.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
@ -24,15 +24,15 @@
|
|||||||
<div id="account-balance"></div>
|
<div id="account-balance"></div>
|
||||||
|
|
||||||
<form id="deposit">
|
<form id="deposit">
|
||||||
<input type="text" name="deposit-amount" placeholder="Deposit amount">
|
<input type="text" name="deposit-amount" placeholder="Deposit amount" />
|
||||||
<input type="submit" class="button" value="Deposit into account">
|
<input type="submit" class="button" value="Deposit into account" />
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
<form id="withdrawal">
|
<form id="withdrawal">
|
||||||
<input type="text" name="withdrawal-amount" placeholder="Withdrawal amount">
|
<input type="text" name="withdrawal-amount" placeholder="Withdrawal amount">
|
||||||
<input type="submit" class="button" value="Withdraw from account">
|
<input type="submit" class="button" value="Withdraw from account">
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br />
|
||||||
<button id="cancel-modal">I'm done</button>
|
<button id="cancel-modal">I'm done</button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user