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

13 lines
400 B
HTML
Raw Normal View History

2015-12-22 22:07:30 +01:00
<!doctype html>
<html style="width:357px; height:600px;">
2015-12-22 22:07:30 +01:00
<head>
<meta charset="utf-8">
2017-07-28 03:43:18 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask</title>
2015-12-22 22:07:30 +01:00
</head>
<body style="width:357px; height:600px;">
2016-01-15 03:26:54 +01:00
<div id="app-content"></div>
2018-03-28 23:04:33 +02:00
<script src="./scripts/ui.js" type="text/javascript" charset="utf-8"></script>
2015-12-22 22:07:30 +01:00
</body>
2017-07-26 23:36:22 +02:00
</html>