tornado-core/index.html

17 lines
417 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tornado test</title>
</head>
<body>
<p>
Open dev console!<br>
Make sure your Metamask is unlocked and connected to Kovan (or other network you've deployed your contract to)<br>
<a href="#" onclick="deposit()">Deposit</a>
<a href="#" onclick="withdraw()">Withdraw</a>
</p>
<script src="index.js"></script>
</body>
</html>