diff options
author | kumavis <aaron@kumavis.me> | 2015-08-02 07:33:31 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2015-08-02 07:33:31 +0800 |
commit | cc1bb92f9d842f4d8a757358bf31c5de6c32592d (patch) | |
tree | 14f304d3e144925a7d80e82810f35c774470996d /app/popup.html | |
parent | 3e2e90a4fa2f38fcbe74a242450b822d579cc3c0 (diff) | |
download | tangerine-wallet-browser-cc1bb92f9d842f4d8a757358bf31c5de6c32592d.tar.gz tangerine-wallet-browser-cc1bb92f9d842f4d8a757358bf31c5de6c32592d.tar.zst tangerine-wallet-browser-cc1bb92f9d842f4d8a757358bf31c5de6c32592d.zip |
build overhaul + basic structure
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app/popup.html b/app/popup.html deleted file mode 100644 index bc8b6411b..000000000 --- a/app/popup.html +++ /dev/null @@ -1,25 +0,0 @@ -<!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> |