Es geht ☺
Besten Dank und LG
Jan
Der Code, für alle, die es interessiert:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #include <stdio.h> int main() { printf("Content-Type: text/html\n\r"); printf("\n\r"); printf("<html>\n\r"); printf("<head><title>foo</title></head>\n\r"); printf("<body>\n\r"); printf("Hello, World!\n\r"); printf("</body>\n\r"); printf("</html>"); } |
EDIT: @stfischr → DONE ☺