Added some simple configuration examples.
[ashd.git] / examples / static-files / index.html
1 <?xml version="1.0" encoding="US-ASCII"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
4 <head>
5 <title>Test page</title>
6 <link rel="stylesheet" title="Default style" type="text/css" href="test.css" />
7 </head>
8 <body>
9 <h1>Test page</h1>
10 <p>
11 Note how this page is accessible as
12 <a href="/"><code>/</code></a>,
13 <a href="/index"><code>/index</code></a> and
14 <a href="/index.html"><code>/index.html</code></a>.
15 </p>
16 </body>
17 </html>