diff --git a/customize.dist/faq.html b/customize.dist/faq.html
new file mode 100644
index 000000000..d485505dd
--- /dev/null
+++ b/customize.dist/faq.html
@@ -0,0 +1,17 @@
+
+
+
+
+ CryptPad: Zero Knowledge, Collaborative Real Time Editing
+
+
+
+
+
+
+
+
+
diff --git a/customize.dist/src/less2/pages/page-faq.less b/customize.dist/src/less2/pages/page-faq.less
new file mode 100644
index 000000000..e24dc767c
--- /dev/null
+++ b/customize.dist/src/less2/pages/page-faq.less
@@ -0,0 +1,30 @@
+@import (once) "../include/infopages.less";
+@import (once) "../include/colortheme-all.less";
+
+.infopages_main();
+.infopages_topbar();
+
+.cp-faq-container {
+ .cp-faq-questions-q {
+ color: #3a84b6;
+ padding: 0;
+ margin-bottom: 0;
+ margin-top: 5px;
+ cursor: pointer;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ }
+ .cp-faq-questions-q:hover {
+ color: #2e688f;
+ text-decoration: underline;
+ }
+ .cp-faq-questions-a {
+ display: none;
+ padding: 0;
+ }
+}
+