mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
15 lines
284 B
HTML
15 lines
284 B
HTML
<!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>
|