Subversion Repositories Keine

Rev

Rev 8 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 10
Line 1... Line 1...
1
/* $Id: cgi.c 8 2024-09-11 15:49:08Z nishi $ */
1
/* $Id: cgi.c 10 2024-09-11 15:58:30Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
#include "kn_cgi.h"
5
#include "kn_cgi.h"
6
 
6
 
Line 212... Line 212...
212
		printf("Main");
212
		printf("Main");
213
	} else {
213
	} else {
214
		printf("%s", kn_get_query("page"));
214
		printf("%s", kn_get_query("page"));
215
	}
215
	}
216
	printf("</title>\n");
216
	printf("</title>\n");
217
	printf("		<style>\n");;
217
	printf("		<style>\n");
-
 
218
	;
218
	printf("html {\n");
219
	printf("html {\n");
219
	printf("	background-color: #222222;\n");
220
	printf("	background-color: #222222;\n");
220
	printf("	color: #ffffff;\n");
221
	printf("	color: #ffffff;\n");
221
	printf("}\n");
222
	printf("}\n");
222
	printf("html, input, code {\n");
223
	printf("html, input, code {\n");