aboutsummaryrefslogtreecommitdiff
path: root/popup/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'popup/main.html')
-rw-r--r--popup/main.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/popup/main.html b/popup/main.html
new file mode 100644
index 0000000..81f8f06
--- /dev/null
+++ b/popup/main.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <style>
+ div a {
+ margin: 1em;
+ }
+ table td a {
+ margin: 0em;
+ }
+ td {
+ border: 1px solid black;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>RSS Feeds</h1>
+ <div id="feeds"></div>
+ <script src="index.js"></script>
+ </body>
+</html>