diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-16 19:50:39 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-16 19:50:39 +0200 |
commit | f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce (patch) | |
tree | 7efe9596fa165b80841f6cebe75cb04e17c53f5a /src/main.c | |
parent | v tretje gre rado (diff) | |
download | sear.c-0.0.21.tar sear.c-0.0.21.tar.gz sear.c-0.0.21.tar.bz2 sear.c-0.0.21.tar.lz sear.c-0.0.21.tar.xz sear.c-0.0.21.tar.zst sear.c-0.0.21.zip |
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |