summaryrefslogtreecommitdiff
path: root/utils/notifier/popup.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-02-17 15:53:38 +0300
committerAndrew Dolgov <[email protected]>2010-02-17 15:53:38 +0300
commit01701654eb01257ef96882ed5840a29355a353be (patch)
tree709b871508cf4a6061eb3cce869e591ec9b45d07 /utils/notifier/popup.html
parentf0ea2da5945c04b14622185f9ff0d3d4db1c5891 (diff)
notifier: add badge; bump version
Diffstat (limited to 'utils/notifier/popup.html')
-rw-r--r--utils/notifier/popup.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/notifier/popup.html b/utils/notifier/popup.html
new file mode 100644
index 000000000..de75dfbee
--- /dev/null
+++ b/utils/notifier/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>