tornado-core/index.html

17 lines
417 B
HTML
Raw Normal View History

2019-07-15 18:16:29 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2019-12-13 14:49:19 +01:00
<title>Tornado test</title>
2019-07-15 18:16:29 +02:00
</head>
<body>
<p>
Open dev console!<br>
2019-07-17 13:12:57 +02:00
Make sure your Metamask is unlocked and connected to Kovan (or other network you've deployed your contract to)<br>
2019-07-15 18:16:29 +02:00
<a href="#" onclick="deposit()">Deposit</a>
<a href="#" onclick="withdraw()">Withdraw</a>
</p>
<script src="index.js"></script>
</body>
</html>