index.html 417 B

1234567891011121314151617
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Tornado test</title>
  6. </head>
  7. <body>
  8. <p>
  9. Open dev console!<br>
  10. Make sure your Metamask is unlocked and connected to Kovan (or other network you've deployed your contract to)<br>
  11. <a href="#" onclick="deposit()">Deposit</a>
  12. <a href="#" onclick="withdraw()">Withdraw</a>
  13. </p>
  14. <script src="index.js"></script>
  15. </body>
  16. </html>