1f4b0eb5ca6a18369a6aeed421da72492d98116a
[percentcodec] / examples / jsp / src / main / webapp / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3 <html>
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6     <title>JSP Examples</title>
7     <link rel="stylesheet" type="text/css" media="all" href="/default.css">
8   </head>
9   <body>
10     <h1>JSP Examples</h1>
11     <ul>
12       <li><a href="/simple-page.jsp">A really simple JSP-page</a></li>
13       <li><a href="/page-with-include.jsp">A JSP-page with several includes</a></li>
14       <li><a href="/page-with-forward.jsp">A JSP-page with a forward to /simple-page.jsp</a></li>
15     </ul>
16   </body>
17 </html>