Projekt-Seite erstellt: Velocity-Template - Erster Anlauf (unvollständig)
[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>Simple Mapper</h1>
8   <h2>A Simple Convenient Mapper, that translates JSON-Data Into A Hierarchy Of Java-Lists and -Maps</h2>
9   <h2>Releases</h2>
10   <ul>
11     <li><a href="http://juplo.de/simple-mapper">current version</a></li>
12     <li>${project.version} (this version)</li>
13   </ul>
14  </body>
15 </html>