diff options
author | kumavis <aaron@kumavis.me> | 2015-08-01 09:38:02 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2015-08-01 09:38:02 +0800 |
commit | 500a95a70492fc319ad1984da36773952a2086e6 (patch) | |
tree | f9e5f3752414c5f414379fe579d6714a48cdad1c /app/popup.html | |
download | tangerine-wallet-browser-500a95a70492fc319ad1984da36773952a2086e6.tar.gz tangerine-wallet-browser-500a95a70492fc319ad1984da36773952a2086e6.tar.zst tangerine-wallet-browser-500a95a70492fc319ad1984da36773952a2086e6.zip |
init commit
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app/popup.html b/app/popup.html new file mode 100644 index 000000000..bc8b6411b --- /dev/null +++ b/app/popup.html @@ -0,0 +1,25 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <!-- build:css styles/vendor.css --> + <!-- bower:css --> + <!-- endbower --> + <!-- endbuild --> + <!-- build:css styles/main.css --> + <link href="styles/main.css" rel="stylesheet"> + <!-- endbuild --> + </head> + <body> + <h1>'Allo, 'Allo!</h1> + + <!-- build:js scripts/vendor.js --> + <!-- bower:js --> + <!-- endbower --> + <!-- endbuild --> + + <!-- build:js scripts/popup.js --> + <script src="scripts/popup.js"></script> + <!-- endbuild --> + </body> +</html> |