23 lines
611 B
HTML
23 lines
611 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Lotus Fountain</title>
|
|
<style>
|
|
body {
|
|
font-family: 'monospace';
|
|
background: #1f1f1f;
|
|
color: #f0f0f0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form action='/send' method='get'>
|
|
<span>Enter destination address:</span>
|
|
<input type='text' name='address' style="width: 300px">
|
|
<button type='submit'>Send Funds</button>
|
|
<button type='submit'>Create storage miner</button>
|
|
</form>
|
|
<span>When creating storage miner, DO NOT REFRESH THE PAGE, wait for it to load. This can take more than 5min.</span>
|
|
</body>
|
|
</html>
|