lotus/cmd/lotus-fountain/site/index.html

23 lines
611 B
HTML
Raw Normal View History

2019-10-13 07:33:25 +00:00
<!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">
2019-10-17 08:12:53 +00:00
<button type='submit'>Send Funds</button>
<button type='submit'>Create storage miner</button>
2019-10-13 07:33:25 +00:00
</form>
2019-10-17 08:12:53 +00:00
<span>When creating storage miner, DO NOT REFRESH THE PAGE, wait for it to load. This can take more than 5min.</span>
2019-10-13 07:33:25 +00:00
</body>
</html>