Changeset 17827 for misc/runpugs
- Timestamp:
- 09/14/07 08:37:05 (15 months ago)
- Location:
- misc/runpugs
- Files:
-
- 2 modified
-
htdocs/runpugs.css (modified) (2 diffs)
-
perl/test.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/htdocs/runpugs.css
r14954 r17827 20 20 LEGEND {font-weight:normal; text-align: left; } 21 21 22 /* 22 23 DL { 23 24 } … … 33 34 float: left; 34 35 } 36 */ 35 37 36 38 .copyright {font-size: 9pt} -
misc/runpugs/perl/test.pl
r14885 r17827 1 1 print "Content-type: text/html\n\n"; 2 print "<html><body><h1>Hi There!</h1></ html></body>";2 print "<html><body><h1>Hi There!</h1></body></html>";
