basic-rocket/templates/error/404.html.tera

16 lines
281 B
Plaintext
Raw Permalink Normal View History

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>