index.html
 1 <html>
2 <head>
3 <title>Welcome to Hunchentoot!</title>
4 </head>
5 <body>
6 <h1>Welcome</h1>
7 <p>
8 When you're reading this message, Hunchentoot has been properly installed.
9 </p>
10 <p>
11 Please read the <a href="hunchentoot-doc.html">documentation</a>.
12 </p>
13 <p>
14 <img src="img/made-with-lisp-logo.jpg" width="300" height="100"/>
15 </p>
16 </body>
17 </html>