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

11 lines
249 B
HTML
Raw Normal View History

2015-12-22 22:07:30 +01:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
2016-01-15 03:26:54 +01:00
<title>MetaMask Plugin</title>
2015-12-22 22:07:30 +01:00
</head>
<body>
2016-01-15 03:26:54 +01:00
<div id="app-content"></div>
2015-12-22 22:07:30 +01:00
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>