aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/popup.html b/popup.html
new file mode 100644
index 0000000..5e7e81f
--- /dev/null
+++ b/popup.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Redirector</title>
+ <link rel="stylesheet" href="css/popup.css" />
+ <meta charset="UTF-8">
+ <script src="js/angular.min.js"></script>
+ <script src="js/popup.js"></script>
+ </head>
+ <body >
+ <h1>Redirector</h1>
+ <button>Disable</button>
+ </body>
+</html>