summaryrefslogtreecommitdiff
path: root/tests/testweb/subdir with space/index.html
blob: 0d97655a3bfac770fd173e383e6b3d6399180706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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 with a space</title>
</head>
<body>
<h1>An index page</h1>

<p>This is here to test whether Spiffy can handle redirects to URLs
with spaces (and more generally, encoding of special URI chars)
correctly.</p>
</body>
</html>