Added a responder to serve static content from the classloader.
[jsvc.git] / src / dolda / jsvc / test / static / 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</title>
6 <link rel="stylesheet" title="Default style" type="text/css" href="css" />
7 </head>
8 <body>
9 <h1>Hello world!</h1>
10 <p>Test</p>
11 </body>
12 </html>