diff options
author | gerald <gerald@localhost> | 1998-07-31 02:58:29 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1998-07-31 02:58:29 +0000 |
commit | bc33cb272c1c30ca76745ecaa1fd531856f2c473 (patch) | |
tree | d960357f714705fb490c56e4803a9456b2772cbf /htdocs/todo.html | |
parent | 6a7d6161ec66010782b71e06d0ba92e1a0464976 (diff) | |
download | markup-validator-bc33cb272c1c30ca76745ecaa1fd531856f2c473.zip markup-validator-bc33cb272c1c30ca76745ecaa1fd531856f2c473.tar.gz markup-validator-bc33cb272c1c30ca76745ecaa1fd531856f2c473.tar.bz2 |
stub
Diffstat (limited to 'htdocs/todo.html')
-rwxr-xr-x | htdocs/todo.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/htdocs/todo.html b/htdocs/todo.html new file mode 100755 index 0000000..a1a7fbf --- /dev/null +++ b/htdocs/todo.html @@ -0,0 +1,40 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + +<head> + <title>W3C HTML Validation Service: To Do List</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, + W3C HTML Validation Service, To Do List"> + <meta name="description" content="To Do List for W3C's Validation Service."> + <meta name="revision" + content="$Id: todo.html,v 1.1 1998-07-31 02:58:29 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>W3C HTML Validation Service: To Do List</h1> + +<p> +... + +<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 02:58:29 $ +</address> + +</body> + +</html> + |