Initial version (not really functioning)
[maven-thymeleaf-skin] / src / site / xhtml / index.xhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3  <head>
4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5  </head>
6  <body>
7   <h1>${project.name}</h1>
8   <h2>${project.description}</h2>
9   <p><em>TODO...</em></p>
10   <h2>Releases</h2>
11   <ul>
12     <li><a href="http://juplo.de/maven-thymeleaf-skin/">current version</a></li>
13     <li>${project.version} (this version)</li>
14   </ul>
15  </body>
16 </html>