aboutsummaryrefslogtreecommitdiff
path: root/options.html
diff options
context:
space:
mode:
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