aboutsummaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.c')
-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");