summaryrefslogtreecommitdiff
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..de75dfb
--- /dev/null
+++ b/popup.html
@@ -0,0 +1,14 @@
+<html>
+<style type="text/css">
+ul {
+ padding : 0px;
+ margin : 0px;
+}
+</style>
+<body>
+ <ul>
+ <li>Update</li>
+
+ </ul>
+</body>
+</html>