diff options
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> |