Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / dist / thymeleaf / error.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">An unexpected Error occured!</title>
5   </head>
6   <body>
7     <div tiles:fragment="content">
8       <p>We do not know, what happend.</p>
9       <p>But we can tell you: WE ARE SORRY!</p>
10       <p>Really.</p>
11     </div>
12   </body>
13 </html>