Update index.html
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<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 type="text/javascript" src="application.js"></script>
|
||||
<script src="application.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
@ -24,15 +24,15 @@
|
||||
<div id="account-balance"></div>
|
||||
|
||||
<form id="deposit">
|
||||
<input type="text" name="deposit-amount" placeholder="Deposit amount">
|
||||
<input type="submit" class="button" value="Deposit into account">
|
||||
<input type="text" name="deposit-amount" placeholder="Deposit amount" />
|
||||
<input type="submit" class="button" value="Deposit into account" />
|
||||
</form>
|
||||
<br>
|
||||
<form id="withdrawal">
|
||||
<input type="text" name="withdrawal-amount" placeholder="Withdrawal amount">
|
||||
<input type="submit" class="button" value="Withdraw from account">
|
||||
</form>
|
||||
<br>
|
||||
<br />
|
||||
<button id="cancel-modal">I'm done</button>
|
||||
</div>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user