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

25 lines
556 B
HTML
Raw Normal View History

2019-10-13 07:33:25 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Lotus Fountain</title>
2019-10-17 14:28:03 +00:00
<link rel="stylesheet" type="text/css" href="main.css">
2019-10-13 07:33:25 +00:00
</head>
<body>
2019-10-17 14:28:03 +00:00
<div class="Index">
<div class="Index-nodes">
<div class="Index-node">
[LOTUS DEVNET FAUCET]
</div>
<div class="Index-node">
<a href="funds.html">[Send Funds]</a>
</div>
</div>
<div class="Index-footer">
<div>
<span style="float: right">Not dispensing real Filecoin tokens</span>
</div>
</div>
</div>
2019-10-13 07:33:25 +00:00
</body>
</html>