diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 000000000..4ade7d5fe
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Token:
+
+
+
+
+
+
File ID:
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/styles.css b/docs/styles.css
new file mode 100644
index 000000000..b4e36651d
--- /dev/null
+++ b/docs/styles.css
@@ -0,0 +1,30 @@
+* {
+ font-family: sans-serif;
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+.setters-container {
+ height: 25vh;
+ display: flex;
+ font-size: 75%;
+ justify-content: space-around;
+ padding: 20px;
+}
+
+.setters-container button,input {
+ padding: 5px;
+}
+
+.container {
+ text-align: center;
+}
+
+.container > input {
+ text-align: center;
+}
+
+#preview-container {
+ width: 100vw;
+ height: 75vh;
+}
\ No newline at end of file