Files
allfence/templates/404.html
2025-12-05 19:23:50 -08:00

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>