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