aboutsummaryrefslogblamecommitdiffstats
path: root/mascara/example/app/index.html
blob: f3e38877cbfb097d5b045d09f0d1c53df644dfd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                        
                                                              
                                            


       

                                                   
                                  

       
<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">
  <script src="http://localhost:9001/metamascara.js"></script>
  <title>MetaMask ZeroClient Example</title>
</head>

<body>
  <button id="action-button-1">GET ACCOUNT</button>
  <div id="account"></div>
  <script src="./app.js"></script>
</body>
</html>