e55938ed1
435468e57
1 2 3 4 5 6 7 8 9
10
11 12
13 14
<!doctype html> <html> <head> <meta charset="utf-8"> <title>MetaMask</title> </head> <body> <!-- app content --> <div id="app-content" style="height: 100%"></div> <script src="./bundle.js" type="text/javascript" charset="utf-8"></script> </body> </html>