diff --git a/options.html b/options.html
new file mode 100644
index 0000000..ae7d1a1
--- /dev/null
+++ b/options.html
@@ -0,0 +1,23 @@
+
+
+
+RLG-Web Options
+
+
+
+
+RLG-Web Options
+
+ E-mail
+ Password
+
+
+
+
+
diff --git a/options.js b/options.js
new file mode 100644
index 0000000..9151f55
--- /dev/null
+++ b/options.js
@@ -0,0 +1 @@
+/* Nothing here yet. */
diff --git a/style-rlg.css b/style-rlg.css
index 0d2ae39..890e91c 100644
--- a/style-rlg.css
+++ b/style-rlg.css
@@ -104,3 +104,10 @@ div#messages > div.warn {
div#debug {
display: none;
}
+
+/* For options.html */
+div#switch {
+ margin-bottom: 1em;
+ padding: 0.4em 0.4em;
+ text-align: center;
+}