diff options
author | hugo <hugo@localhost> | 2000-01-26 23:04:59 +0000 |
---|---|---|
committer | hugo <hugo@localhost> | 2000-01-26 23:04:59 +0000 |
commit | aa82c2e1b8e0e672a64802ed67f6164244cf10ce (patch) | |
tree | f45cffbc2f0067990bd7db72d5adc6b8c6e7e5c3 | |
parent | 89ad382a88de7c99ec71525db756274492f3ce82 (diff) | |
download | markup-validator-aa82c2e1b8e0e672a64802ed67f6164244cf10ce.zip markup-validator-aa82c2e1b8e0e672a64802ed67f6164244cf10ce.tar.gz markup-validator-aa82c2e1b8e0e672a64802ed67f6164244cf10ce.tar.bz2 |
Added W3C logo
-rwxr-xr-x | httpd/cgi-bin/LinkChecker.pl | 10 | ||||
-rwxr-xr-x | httpd/cgi-bin/checklink.pl | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/httpd/cgi-bin/LinkChecker.pl b/httpd/cgi-bin/LinkChecker.pl index a23ad4e..089c332 100755 --- a/httpd/cgi-bin/LinkChecker.pl +++ b/httpd/cgi-bin/LinkChecker.pl @@ -5,7 +5,7 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: LinkChecker.pl,v 1.23 2000-01-26 22:29:38 hugo Exp $ +# $Id: LinkChecker.pl,v 1.24 2000-01-26 23:04:59 hugo Exp $ # # This program is licensed under the W3C(r) License. @@ -21,7 +21,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C LinkChecker'; -my $VERSION = q$Revision: 1.23 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 1.24 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program @@ -1022,9 +1022,15 @@ PRE { font-family: monospace } +IMG { + color: white; + border: none; +} + </style> </head> <body> +<a href=\"http://www.w3.org/\"><img alt=\"W3C\" src=\"http://www.w3.org/Icons/w3c_home\" height=\"48\" width=\"72\"></a> <h1>W3C<sup>®</sup> Link Checker: $uri</h1> \n"; } diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl index 2232af5..d65584e 100755 --- a/httpd/cgi-bin/checklink.pl +++ b/httpd/cgi-bin/checklink.pl @@ -5,7 +5,7 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink.pl,v 2.23 2000-01-26 22:29:38 hugo Exp $ +# $Id: checklink.pl,v 2.24 2000-01-26 23:04:59 hugo Exp $ # # This program is licensed under the W3C(r) License. @@ -21,7 +21,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C checklink'; -my $VERSION = q$Revision: 2.23 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 2.24 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program @@ -1022,9 +1022,15 @@ PRE { font-family: monospace } +IMG { + color: white; + border: none; +} + </style> </head> <body> +<a href=\"http://www.w3.org/\"><img alt=\"W3C\" src=\"http://www.w3.org/Icons/w3c_home\" height=\"48\" width=\"72\"></a> <h1>W3C<sup>®</sup> Link Checker: $uri</h1> \n"; } |