cn.status.im/demo/send_money.html
2017-08-21 16:55:38 -05:00

54 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:500,300,400" rel="stylesheet" type="text/css">
</head>
<body>
<div class="top-nav">
<a href="#" class="nav-back"></a>
<h2>Send funds</h2>
</div>
<div class="send-screen">
<div class="send-from">
<span>From</span>
<p>Wallet name 0.32039 ETH</p>
</div>
<div class="send-to">
To
<div class="scan-qr"><span class="image-qr"></span>Scan QR </div>
</div>
<div class="send-amount">Amount</div>
<div class="send-currency">ETH
<div class="arrow-down"></div></div>
<div class="send-fee">Fee
<div class="fee-amount">0.00043247823 <span>ETH</span></div></div>
<div class="send-range"><div class="bar"></div><div class="range-control"></div></div>
<div class="range-min-text">Cheaper</div>
<div class="range-max-text">Faster</div>
<div class="note">This is the most amount of money you might be used to process this transaction. Your transaction will be mined probably within 30 seconds</div>
</div>
<div class="button-send"><span class="image-send"></span>Send 0.2343 ETH</div>
</body>
</html>