You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
808 B

  1. <html lang="::LANG::">
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="/css/0/style.css"/>
  4. <link rel="stylesheet" href="/css/bootstrap.min.css" />
  5. </head>
  6. <body class="container">
  7. <div class="row" style="margin-top:40px;">
  8. <div class="col-md-2"></div>
  9. <div class="col-md-8 article">
  10. <h1>::_("Ouch !")::</h1>
  11. <p>
  12. ::_("An error occurred.")::
  13. </p>
  14. <p>
  15. ::_("If the website is unavailable, please try again in few minutes.")::
  16. <br/>
  17. ::_("If this happen repeatedly, please let us know so we can solve the issue.")::
  18. </p>
  19. <h4>::_("Technical description of the error")::</h4>
  20. <pre id="error_msg">::message::</pre>
  21. ::if stack::
  22. <h4>Stack</h4>
  23. <pre>::stack::</pre>
  24. ::end::
  25. </div>
  26. </div>
  27. </body>
  28. </html>