mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-13 09:43:10 +00:00
16 lines
292 B
HTML
16 lines
292 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Error!</title>
|
||
|
|
{{{head_requires}}}
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
{{{div_menubar}}}
|
||
|
|
<div id="mainbody">
|
||
|
|
<div id="pagetitle">Sorry {{user.username}}, there was an error!</div>
|
||
|
|
<p>
|
||
|
|
Error: {{message}}
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|