aboutsummaryrefslogtreecommitdiffstats
path: root/app/notification.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/notification.html')
-rw-r--r--app/notification.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/notification.html b/app/notification.html
new file mode 100644
index 000000000..cc485da7f
--- /dev/null
+++ b/app/notification.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>MetaMask Notification</title>
+ <style>
+ body {
+ overflow: hidden;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="app-content"></div>
+ <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
+ </body>
+</html>