nifty-wallet/development/index.html

27 lines
471 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>
2016-06-30 23:50:20 -07:00
<style>
html, body, #app-content, .super-dev-container {
height: 100%;
width: 100%;
position: relative;
background: #cccccc;
}
.mock-app-root {
background: #F7F7F7;
}
</style>
2016-06-30 18:22:16 -07:00
</html>