Hardis/views/error.htm

12 lines
202 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ @ERROR.text }} {{ @ERROR.status }}</title>
</head>
<body>
<h1>{{ @ERROR.status }}</h1>
<p>{{ @ERROR.text }}</p>
<pre>{{ @ERROR.trace }}</pre>
</body>
</html>