17 lines
553 B
HTML
17 lines
553 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html lang="en-gb" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>internal error - {{ config['frontend']['name'] }}</title>
|
|
<link href="/style.css" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<h2>internal error</h2>
|
|
<p>something happened on our end. <a href="/">go home?</a></p>
|
|
</body>
|
|
|
|
</html> |