summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index f57e398..0b18c0e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -58,6 +58,9 @@ unsigned char sc_hp[] = { /* html page null terminated format string, from file
char sc_osdd[] = { /* xml document for opensearch */
#include <osdd.xxd>
};
+char sc_css[] = { /* css */
+#include <css.xxd>
+};
char sc_robotstxt[] = "User-Agent: *\nDisallow: /\n";
char sc_securitytxt[] = "# This content information is provided by the developer of this opensource application.\n"
"# The developer is not responsible for the actions of his software\n"