2020-11-04 01:06:24 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2020-11-08 00:37:05 +01:00
|
|
|
<title>{{ title }}</title>
|
2020-11-04 01:06:24 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>404: Hey! There's nothing here.</h1>
|
|
|
|
The page at {{ path }} does not exist!
|
2020-11-08 00:37:05 +01:00
|
|
|
The request was
|
|
|
|
<code><pre>
|
|
|
|
{{ req }}
|
|
|
|
</pre></code>
|
2020-11-04 01:06:24 +01:00
|
|
|
</body>
|
|
|
|
</html>
|