Maven-Plugin "Hibernate 4" implementiert
[percentcodec] / examples / static / 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>Examples for Static Content</title>
7   </head>
8   <body>
9     <h1>Examples for Static Content</h1>
10     <ul>
11       <li><a href="/static/page.html">A plain static HTML-file</a></li>
12       <li><a href="/static/stylesheets.css">A plain static CSS-file</a></li>
13     </ul>
14   </body>
15 </html>