/* $Id: itworks.c 257 2024-10-04 05:34:27Z nishi $ */ #include "../config.h" #include int main() { printf("\n"); printf("\n"); printf(" \n"); printf(" \n"); printf(" Test Page for Tewi HTTPd Installation\n"); printf(" \n"); printf(" \n"); printf("

It works! - Tewi HTTPd is installed on this website!

\n"); printf("

\n"); printf(" If you can see this page, then the people who own this domain have just installed Tewi HTTPd 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"); printf("

\n"); printf("
\n"); printf("
\n"); printf(" If you are seeing this page instead of the website you expected, please contact the administrator of the website involved. (Try sending email to <%s>.) 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 ignored.\n", SERVER_ADMIN); printf("
\n"); printf("
\n"); printf("

\n"); printf(" For the document, take a look at Tewi HTTPd Trac.\n"); printf("

\n"); printf("

\n"); printf(" The Webmaster of this site is free to use the image below on the Tewi HTTPd-powered Web server. Thanks for using Tewi HTTPd!\n"); printf("

\n"); printf("
\n"); printf(" \n"); printf("
\n"); printf(" \n"); printf("\n"); return 0; }