diff --git a/customize.dist/DecorateToolbar.js b/customize.dist/DecorateToolbar.js
index 4d2033d9c..e8d97e788 100644
--- a/customize.dist/DecorateToolbar.js
+++ b/customize.dist/DecorateToolbar.js
@@ -11,6 +11,10 @@ define([
success: function (ret) {
$('iframe').height('96%');
$('body').append(ret);
+ $('head').append($('', {
+ rel: 'stylesheet',
+ href: '/customize/main.css'
+ }));
}
});
};
diff --git a/customize.dist/index.html b/customize.dist/index.html
index 594f39e59..871b5fc48 100644
--- a/customize.dist/index.html
+++ b/customize.dist/index.html
@@ -1,85 +1,10 @@
-
+
Cryptpad :: Zero Knowledge, Collaborative Real Time Editing
-
-
+
+
Try it out!