afb2c75f2b85c35fd099589b11c4e2a3b743e433
[website] / dist / thymeleaf / potemkin / html-experimente / error.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:layout="http://www.thymeleaf.org"
5     layout:decorator="/templates/layout"
6     >
7   <head>
8     <title>This Page Will Raise An Error</title>
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" th:remove="all"/>
10     <link rel="stylesheet" type="text/css" href="../../css/base.css"/>
11     <link rel="stylesheet" type="text/css" href="../../css/screen.css" media="screen"/>
12     <link rel="stylesheet" type="text/css" href="../../css/print.css" media="print"/>
13   </head>
14   <body thymeproxy:variables="MERGE:/thymeleaf/projects.json">
15   </body>
16 </html>