tornado-core/index.html

18 lines
455 B
HTML
Raw Normal View History

2021-02-11 07:23:18 +01:00
<!DOCTYPE html>
2019-07-15 18:16:29 +02:00
<html lang="en">
2021-02-11 07:23:18 +01:00
<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>
2019-07-15 18:16:29 +02:00
</html>