2024-06-11 22:50:55 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
<title>{{ http_error_title }} :: {{ globals.siteInfo.name }}</title>
|
2024-06-11 22:54:24 +00:00
|
|
|
<link href="/errors.css" type="text/css" rel="stylesheet">
|
2024-06-11 22:50:55 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="http-err">
|
|
|
|
<h1 class="http-err-title">{{ http_error_title }}</h1>
|
|
|
|
<p class="http-err-paragraph">{{ http_error_desc|raw }}</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|