1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/development/index.html

15 lines
284 B
HTML
Raw Normal View History

2016-07-01 03:22:16 +02: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-07-01 03:22:16 +02:00
<script src="./bundle.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>