diff --git a/index.html b/index.html
index e5f62324..1135e688 100644
--- a/index.html
+++ b/index.html
@@ -73,6 +73,10 @@
+
+
+
+
diff --git a/js/index.js b/js/index.js
index 705457e0..fa091189 100644
--- a/js/index.js
+++ b/js/index.js
@@ -90,6 +90,15 @@ $(function() {
extra_body: '',
bundleAndExecute: defaultBundleAndExecute
};
+ } else if (backend === "behaviors") {
+ return {
+ backend: "behaviors",
+ endpoint: "https://compile.purescript.org/behaviors",
+ mainGist: "ff1e87f0872d2d891e77d209d8f7706d",
+ extra_styling: '',
+ extra_body: '',
+ bundleAndExecute: defaultBundleAndExecute
+ };
} else { // core
return {
backend: "core",