index.html 455 B

123456789101112131415161718
  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
  11. contract to)<br />
  12. <a href="#" onclick="deposit()">Deposit</a>
  13. <a href="#" onclick="withdraw()">Withdraw</a>
  14. </p>
  15. <script src="index.js"></script>
  16. </body>
  17. </html>