diff options
author | gerald <gerald@localhost> | 1998-07-31 03:04:01 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1998-07-31 03:04:01 +0000 |
commit | 7878e6504e308928bd58eed9d35aa528cd3dfc48 (patch) | |
tree | d43443ee53e502a433114c0eaf8d72ccea2c73bb | |
parent | ee172c694d4c10f83e65ddfec5a8da83d2065faf (diff) | |
download | markup-validator-7878e6504e308928bd58eed9d35aa528cd3dfc48.zip markup-validator-7878e6504e308928bd58eed9d35aa528cd3dfc48.tar.gz markup-validator-7878e6504e308928bd58eed9d35aa528cd3dfc48.tar.bz2 |
stub
-rwxr-xr-x | htdocs/feedback.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/htdocs/feedback.html b/htdocs/feedback.html new file mode 100755 index 0000000..ffceaeb --- /dev/null +++ b/htdocs/feedback.html @@ -0,0 +1,39 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + +<head> + <title>W3C HTML Validation Service: How to Provide Feedback</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + W3C HTML Validation Service, How to Provide Feedback"> + <meta name="description" content="How to Provide Feedback on W3C's + Validation Service."> + <meta name="revision" + content="$Id: feedback.html,v 1.1 1998-07-31 03:04:01 gerald Exp $"> +</head> + +<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> + +<p> + <a href="http://www.w3.org/"><img + src="http://www.w3.org/Icons/WWW/w3c_home" height=48 border=0 + alt="W3C"></a> +</p> + +<h1>How to Provide Feedback on W3C's HTML Validation Service</h1> + + +<hr> + +<address> + <a href="http://validator.w3.org/check/referer"><img + src="http://validator.w3.org/images/vh40.gif" height=31 width=88 + align=right border=0 alt="Valid W3C HTML 4.0!"></a> + <a href="/feedback.html">Gerald Oskoboiny</A><br> + $Date: 1998-07-31 03:04:01 $ +</address> + +</body> + +</html> + |