aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-06-02 19:08:54 +0000
committerla-ninpre <leobrekalini@gmail.com>2021-06-02 19:08:54 +0000
commitfe76f775bb0691663fc757f8b7aa49cedc9ddcf4 (patch)
treef2cfd43b0f7e0e3eba8c35df0b9617707424f03c
parentb191f393f9a6d95d8e3edfec4d1abe6a9a12273e (diff)
downloadnimisewi_c-0.0.4.tar.gz
nimisewi_c-0.0.4.zip
add title and favicon tag to cgi html headersv0.0.4
FossilOrigin-Name: 58156e9ac4796ef338c0c6a8a80b319650bfad24fe2a7acabf7ad51279412467
-rw-r--r--cgi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi.c b/cgi.c
index 4ff8241..a11a8b4 100644
--- a/cgi.c
+++ b/cgi.c
@@ -43,6 +43,8 @@ print_html_header(void)
printf("<!doctype html\n");
printf("<html>\n");
printf("<head>\n");
+ printf("<title>nimi sewi</title>\n");
+ printf("<link rel=\"icon\" href=\"/assets/img/favicon.ico\" type=\"image/x-icon\"");
print_html_stylesheet();
printf("</head>\n");
printf("<body>\n");