mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
16 lines
302 B
HTML
16 lines
302 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Snark mixer test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
Open dev console!<br>
|
||
|
<a href="#" onclick="deposit()">Deposit</a>
|
||
|
<a href="#" onclick="withdraw()">Withdraw</a>
|
||
|
</p>
|
||
|
<script src="index.js"></script>
|
||
|
</body>
|
||
|
</html>
|