summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml-basic10.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests/xhtml-basic10.xhtml')
-rwxr-xr-xhtdocs/dev/tests/xhtml-basic10.xhtml31
1 files changed, 31 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml-basic10.xhtml b/htdocs/dev/tests/xhtml-basic10.xhtml
new file mode 100755
index 0000000..0ff4694
--- /dev/null
+++ b/htdocs/dev/tests/xhtml-basic10.xhtml
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
+ "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+
+<head>
+ <title>test XHTML Basic 1.0 document</title>
+ <link rev="made" href="mailto:gerald@w3.org" />
+ <meta name="revision"
+ content="$Id: xhtml-basic10.xhtml,v 1.1 2007-03-28 02:08:04 ot Exp $" />
+</head>
+
+<body>
+
+<p>
+This is a test XHTML Basic 1.0 document.
+</p>
+
+<p>
+See: <a href="./">W3C HTML Validation Service: Tests</a>
+</p>
+
+<address>
+ <a href="http://validator.w3.org/check/referer">valid HTML</a><br />
+ <a href="/feedback.html">Gerald Oskoboiny</a><br />
+ $Date: 2007-03-28 02:08:04 $
+</address>
+
+</body>
+
+</html>
+