diff --git a/index.html b/index.html
index 75cff91..ab09071 100755
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
/>
-
+
S-Pipes UI
diff --git a/public/config.js b/public/config.js
new file mode 100644
index 0000000..d538388
--- /dev/null
+++ b/public/config.js
@@ -0,0 +1,3 @@
+window.__config__ = {
+ hello: "hello",
+};