Subversion Repositories Tewi

Rev

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

Rev 143 Rev 168
Line 1... Line 1...
1
/* $Id: itworks.c 143 2024-09-23 12:21:52Z nishi $ */
1
/* $Id: itworks.c 168 2024-09-26 20:24:04Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
#include <stdio.h>
5
#include <stdio.h>
6
 
6
 
Line 30... Line 30...
30
	printf("		<div align=\"center\">\n");
30
	printf("		<div align=\"center\">\n");
31
	printf("			<img src=\"/pbtewi.gif\">\n");
31
	printf("			<img src=\"/pbtewi.gif\">\n");
32
	printf("		</div>\n");
32
	printf("		</div>\n");
33
	printf("	</body>\n");
33
	printf("	</body>\n");
34
	printf("</html>\n");
34
	printf("</html>\n");
-
 
35
	return 0;
35
}
36
}