diff options
author | gerald <gerald@localhost> | 1999-09-27 10:04:58 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-09-27 10:04:58 +0000 |
commit | cb282e189103572721621f4f743960b4a1bbe9c5 (patch) | |
tree | ccf5d0d51ac469ee595b45253416d3ce284f830c /htdocs/dev/tests | |
parent | 73fe54ec4ecf2d11aafbb7f647776c349b786237 (diff) | |
download | markup-validator-cb282e189103572721621f4f743960b4a1bbe9c5.zip markup-validator-cb282e189103572721621f4f743960b4a1bbe9c5.tar.gz markup-validator-cb282e189103572721621f4f743960b4a1bbe9c5.tar.bz2 |
trivial document with a bogus FPI
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/bogus-fpi.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/htdocs/dev/tests/bogus-fpi.html b/htdocs/dev/tests/bogus-fpi.html new file mode 100755 index 0000000..50570ec --- /dev/null +++ b/htdocs/dev/tests/bogus-fpi.html @@ -0,0 +1,32 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> + +<head> + <title>test document with a bogus FPI</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="revision" + content="$Id: bogus-fpi.html,v 1.1 1999-09-27 10:04:58 gerald Exp $"> +</head> + +<body> + +<p> +This is a test document with a bogus FPI. +</p> + +<p> +See: <a href="./">W3C HTML Validation Service: Tests</a> +</p> + +<hr> + +<address> + <a href="http://validator.w3.org/check/referer">valid HTML</a><br> + <a href="/feedback.html">Gerald Oskoboiny</A><br> + $Date: 1999-09-27 10:04:58 $ +</address> + +</body> + +</html> + |