code from amapei
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<html lang="::LANG::">
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="/css/0/style.css"/>
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css" />
|
||||
</head>
|
||||
<body class="container">
|
||||
<div class="row" style="margin-top:40px;">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8 article">
|
||||
<h1>::_("Ouch !")::</h1>
|
||||
<p>
|
||||
::_("An error occurred.")::
|
||||
</p>
|
||||
<p>
|
||||
::_("If the website is unavailable, please try again in few minutes.")::
|
||||
<br/>
|
||||
::_("If this happen repeatedly, please let us know so we can solve the issue.")::
|
||||
</p>
|
||||
|
||||
<h4>::_("Technical description of the error")::</h4>
|
||||
|
||||
<pre id="error_msg">::message::</pre>
|
||||
|
||||
::if stack::
|
||||
<h4>Stack</h4>
|
||||
<pre>::stack::</pre>
|
||||
::end::
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user