aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-09 14:53:22 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-09 14:53:22 +0000
commit8a77401f48360fe0d5501d4fd6b4cc194279d4f0 (patch)
tree6c6069b54de898c72a2281caa9702039df8a2bfb /popup.html
parenta7506a34544f4df3ba65a854c81fadcca2eb303f (diff)
Plenty of changes
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>