9 lines
210 B
HTML
9 lines
210 B
HTML
<html>
|
|
<head>
|
|
<title>404 - Page not Found</title>
|
|
</head>
|
|
<body>
|
|
<p>We couldn't find what you were looking for D:</p>
|
|
<a href="{{ url_for('index', _external=True) }}">Return home</a>
|
|
</body>
|
|
</html> |