1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 12:23:39 +02:00
metamask-extension/mascara/example/app/index.html

15 lines
319 B
HTML
Raw Normal View History

2016-08-26 20:08:23 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<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>
<script src="./app.js"></script>
2016-08-26 20:08:23 +02:00
</body>
</html>