diff options
Set up MVP for popup-based notifications.
Diffstat (limited to 'app/notification.html')
-rw-r--r-- | app/notification.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/notification.html b/app/notification.html new file mode 100644 index 000000000..927f1634c --- /dev/null +++ b/app/notification.html @@ -0,0 +1,11 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>MetaMask Notification</title> + </head> + <body> + <div id="app-content"></div> + <script src="./scripts/notification.js" type="text/javascript" charset="utf-8"></script> + </body> +</html> |