Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / dist / thymeleaf / 404.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
3   <head>
4     <title tiles:fragment="title">404: Page not found</title>
5   </head>
6   <body>
7     <div tiles:fragment="content">
8       <p>We do not know, where you are.</p>
9       <p>And we do not know, why you are here.</p>
10       <p>But we can tell you: WE ARE SORRY!</p>
11       <p>Really.</p>
12     </div>
13   </body>
14 </html>