aboutsummaryrefslogtreecommitdiffstats
path: root/app/notification.html
blob: be38f4aa3a42b9c28d75544969eefc22f3ae291f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>MetaMask Notification</title>
    <style>
      body {
        overflow: hidden;
      }
    </style>
  </head>
  <body style="width:350px; height:500px;">
    <div id="app-content"></div>
    <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
  </body>
</html>