summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/bogus-fpi2.html
blob: 12dea47f6b4aca3287313166e7ad8810518643b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <title>test document with a bogus FPI</title>
  </head>
  <body>
    <p>This is a test document with a bogus FPI.</p>
    <p>There is no "Strict" in the FPI for HTML 4.01 Strict.</p>
  </body>
</html>