Subversion Repositories Tewi

Rev

Rev 168 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 168 Rev 257
Line 1... Line 1...
1
/* $Id: itworks.c 168 2024-09-26 20:24:04Z nishi $ */
1
/* $Id: itworks.c 257 2024-10-04 05:34:27Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
Line 12... Line 12...
12
	printf("		<title>Test Page for Tewi HTTPd Installation</title>\n");
12
	printf("		<title>Test Page for Tewi HTTPd Installation</title>\n");
13
	printf("	</head>\n");
13
	printf("	</head>\n");
14
	printf("	<body vlink=\"#000080\" text=\"#000000\" link=\"#0000FF\" bgcolor=\"#FFFFFF\" alink=\"#FF0000\">\n");
14
	printf("	<body vlink=\"#000080\" text=\"#000000\" link=\"#0000FF\" bgcolor=\"#FFFFFF\" alink=\"#FF0000\">\n");
15
	printf("		<h1 align=\"center\">It works! - Tewi HTTPd is installed on this website!</h1>\n");
15
	printf("		<h1 align=\"center\">It works! - Tewi HTTPd is installed on this website!</h1>\n");
16
	printf("		<p>\n");
16
	printf("		<p>\n");
17
	printf("			If you can see this page, then the people who own this domain have just installed <a href=\"http://nishi.boats/tewi\">Tewi HTTPd</a> successfully. They now have to add content to this directoryt and replace this placeholder page, or else point the server at their real content.\n");
17
	printf("			If you can see this page, then the people who own this domain have just installed <a href=\"http://nishi.boats/tewi\">Tewi HTTPd</a> successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content.\n");
18
	printf("		</p>\n");
18
	printf("		</p>\n");
19
	printf("		<hr>\n");
19
	printf("		<hr>\n");
20
	printf("		<blockquote>\n");
20
	printf("		<blockquote>\n");
21
	printf("			If you are seeing this page instead of the website you expected, please <strong>contact the administrator of the website involved.</strong> (Try sending email to <samp>&lt;%s&gt;</samp>.) Although this site is running Tewi HTTPd it almost certainly has no other connection to the developers of Tewi HTTPd, so please do not send email about this website or its contents to the developers of Tewi HTTPd. If you do, your message will be <strong><big>ignored</big></strong>.\n", SERVER_ADMIN);
21
	printf("			If you are seeing this page instead of the website you expected, please <strong>contact the administrator of the website involved.</strong> (Try sending email to <samp>&lt;%s&gt;</samp>.) Although this site is running Tewi HTTPd it almost certainly has no other connection to the developers of Tewi HTTPd, so please do not send email about this website or its contents to the developers of Tewi HTTPd. If you do, your message will be <strong><big>ignored</big></strong>.\n", SERVER_ADMIN);
22
	printf("		</blockquote>\n");
22
	printf("		</blockquote>\n");