default-app/html/error.html

changeset 0
6279a7d40ae7
equal deleted inserted replaced
-1:000000000000 0:6279a7d40ae7
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Error {code}</title>
6 </head>
7 <body>
8 <h1>Error {code}</h1>
9 <h2>{long}</h2>
10 <p>{text}</p>
11 <code>Error instance: {id}</code>
12 {internal_error&
13 <h3>Debug info</h3>
14 <p>The error leading up to this was:</p>
15 <pre>
16 {internal_error}
17 </pre>
18 }
19 </body>
20 </html>

mercurial