You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
41 lines
1.6 KiB
8 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>
|
||
|
Index
|
||
|
</title>
|
||
|
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||
|
<link href="css/reference-currency.css" type="text/css" rel="stylesheet"/>
|
||
|
<link href="css/flag-icon.min.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container-fluid">
|
||
|
<div class="row">
|
||
|
<div class="container">
|
||
|
<div class="currency-content">
|
||
|
<div class="col-xs-12 col-md-5 col-sm-5 container-left">
|
||
|
<h3 class="choose-currency">
|
||
|
Reference Currency:
|
||
|
</h3>
|
||
|
<h4 class="transaction-amount">
|
||
|
Choose your currency to see equivalent
|
||
|
</h4>
|
||
|
<h4 class="transaction-amount">
|
||
|
amount of transaction
|
||
|
</h4>
|
||
|
</div>
|
||
|
<div class="col-xs-12 col-sm-6 col-md-7 currency-parent">
|
||
|
<ul class="currency-loop"></ul>
|
||
|
</div>
|
||
|
</div><!--end of div currency-content-->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script src="js/jquery.min.js" type="text/javascript"></script>
|
||
|
<script src="js/bootstrap.min.js"></script>
|
||
|
<script src="js/currency-array.js" type="text/javascript"></script>
|
||
|
<script src="js/custom.js" type="text/javascript"></script>
|
||
|
</body>
|
||
|
</html>
|