1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/app/notification.html

17 lines
328 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>MetaMask Notification</title>
2016-08-17 01:46:44 +02:00
<style>
body {
overflow: hidden;
}
</style>
</head>
<body>
<div id="app-content"></div>
2016-08-17 01:46:44 +02:00
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>