1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/home.html

12 lines
255 B
HTML
Raw Normal View History

2017-07-03 22:48:18 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MetaMask Plugin</title>
</head>
<body>
<div id="app-content"></div>
2017-07-04 00:39:25 +02:00
<script src="./scripts/responsive.js" type="text/javascript" charset="utf-8"></script>
2017-07-03 22:48:18 +02:00
</body>
</html>