diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-08-17 06:39:40 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-08-17 06:39:40 +0800 |
commit | 5479509618e601391586d0851acee4e408523c4f (patch) | |
tree | 68a26e9fe5589f7d5ad8b9b649a88f87d7e26585 /app/notification.html | |
parent | f1986d7a3757aea50fba798b295397e69739b891 (diff) | |
download | tangerine-wallet-browser-5479509618e601391586d0851acee4e408523c4f.tar.gz tangerine-wallet-browser-5479509618e601391586d0851acee4e408523c4f.tar.zst tangerine-wallet-browser-5479509618e601391586d0851acee4e408523c4f.zip |
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> |