Changeset 257 in Main for trunk/Tool
- Timestamp:
- Oct 4, 2024, 2:34:27 PM (6 weeks ago)
- Location:
- trunk/Tool
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tool/genconf.c
r176 r257 29 29 printf("\n"); 30 30 printf("MIMEType all application/octet-stream\n"); 31 printf("MIMEType .html text/html\n"); 32 printf("MIMEType .txt text/plain\n"); 33 printf("MIMEType .png image/png\n"); 31 printf("MIMEFile mime.types\n"); 34 32 printf("\n"); 35 33 printf("Icon all /icons/unknown.png\n"); -
trunk/Tool/itworks.c
r168 r257 15 15 printf(" <h1 align=\"center\">It works! - Tewi HTTPd is installed on this website!</h1>\n"); 16 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 directory tand 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 18 printf(" </p>\n"); 19 19 printf(" <hr>\n");
Note:
See TracChangeset
for help on using the changeset viewer.