WIP: examples - spring
[percentcodec] / examples / spring / 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>Spring Examples</title>
7   </head>
8   <body>
9     <h1>Spring Examples</h1>
10     <ul>
11       <li><a href="/spring-page.html">Simple Spring-View</a></li>
12     </ul>
13   </body>
14 </html>