<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Snark mixer 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>