aboutsummaryrefslogtreecommitdiff
path: root/options.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-11-22 22:29:17 -0600
committerMark Powers <markppowers0@gmail.com>2020-11-22 22:29:17 -0600
commit2be03e1935e0019fa5c03893dc12acf6ee546222 (patch)
treea830421ef2bb22d08b0a2cca8c2e400c43ed8434 /options.html
parentbc61a2273f84b9ce65ee57c63770ceba0eb11bf9 (diff)
Add options and youtube feed support
Diffstat (limited to 'options.html')
-rw-r--r--options.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/options.html b/options.html
new file mode 100644
index 0000000..236357f
--- /dev/null
+++ b/options.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="UTF-8">
+ <title>Options</title>
+</head>
+
+<body>
+ <form>
+ <div>
+ <label>rss-bridge instance<input type="text" id="rb"></label>
+ </div>
+ <div>
+ <label>tt-rss instance<input type="text" id="tr"></label>
+ </div>
+ <button type="submit">Save</button>
+ </form>
+ <script src="options.js"></script>
+</body>
+
+</html> \ No newline at end of file