aboutsummaryrefslogtreecommitdiff
path: root/popup/main.html
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2022-12-29 14:03:57 -0600
committerMark Powers <mark@marks.kitchen>2022-12-29 14:03:57 -0600
commitb5c10718ddeaa8fcac368515ca150705b1a2c5ab (patch)
tree473c6b8197774ed3a29df73821c404381535ccbc /popup/main.html
parentff9f53e5673d742d155881a2a29f31ba312dce9c (diff)
Refactor scripts, add table preview
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>