2016-08-26 20:08:23 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2017-04-05 07:45:39 +02:00
|
|
|
<script src="http://localhost:9001/metamascara.js"></script>
|
2017-09-19 04:08:02 +02:00
|
|
|
<title>MetaMask ZeroClient Example</title>
|
2016-08-26 20:08:23 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-09-19 04:08:02 +02:00
|
|
|
<button id="action-button-1">GET ACCOUNT</button>
|
|
|
|
<div id="account"></div>
|
2017-10-05 07:09:37 +02:00
|
|
|
<button id="action-button-2">SEND TRANSACTION</button>
|
|
|
|
<div id="cb-value" ></div>
|
2016-08-27 02:39:19 +02:00
|
|
|
<script src="./app.js"></script>
|
2016-08-26 20:08:23 +02:00
|
|
|
</body>
|
|
|
|
</html>
|