nifty-wallet/development/index.html

15 lines
284 B
HTML
Raw Normal View History

2016-06-30 18:22:16 -07:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MetaMask</title>
</head>
<body>
<!-- app content -->
<div id="app-content" style="height: 100%"></div>
2016-06-30 18:22:16 -07:00
<script src="./bundle.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>