summaryrefslogtreecommitdiff
path: root/tests/testweb/subdir/subsubdir/index.html
blob: de9d3c34d150aaeb21c06ddc43dbc05cc59e8a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>This is an index page in a subdir under a subdir</title>
</head>
<body>
<h1>An index page</h1>

<p>Hard to believe, but yes, this is an index page in a subsubdir.
It does not really provide you with an index of any kind, but it's
here to let spiffy's test know that we loaded the index page even
when we simply provided a directory name with no filename.</p>
</body>
</html>