summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/bogus-fpi2.html
blob: 9e0ab1552bbd73890bbb7d805a5f790d0c085f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
  <head>
    <title>test document with a bogus FPI</title>
    <meta name="revision"
      content="$Id: bogus-fpi2.html,v 1.2 2004-07-21 15:07:05 link Exp $"
    >
  </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>