diff options
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/html401_system.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html401_system.html b/htdocs/dev/tests/html401_system.html new file mode 100755 index 0000000..d9032d3 --- /dev/null +++ b/htdocs/dev/tests/html401_system.html @@ -0,0 +1,20 @@ +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/html4/strict.dtd"> +<html> + +<head> + <title>test HTML 4.01 Strict document</title> + <link rev="made" href="mailto:gerald@w3.org"> + <meta name="revision" + content="$Id: html401_system.html,v 1.1 2008-02-12 05:59:15 ot Exp $"> +</head> + +<body> + +<p> +This is a test HTML 4.01 Strict document, with no FPI in its doctype.</p> + + +</body> + +</html> + |