<!DOCTYPE html>
<html>
<head>
    <title>Sending Funds - Lotus Fountain</title>
    <link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="Index">
    <div class="Index-nodes">
        <div class="Index-node">
            [SENDING FUNDS]
        </div>
        <div class="Index-node">
            <form action='/send' method='get'>
                <span>Enter destination address:</span>
                <input type='text' name='address' style="width: 300px">
                <button type='submit'>Send Funds</button>
            </form>
        </div>
    </div>
    <div class="Index-footer">
        <div>
            <a href="index.html">[Back]</a>
            <span style="float: right">Not dispensing real Filecoin tokens</span>
        </div>
    </div>
</div>
</body>
</html>