add 404
This commit is contained in:
9
templates/404.html
Normal file
9
templates/404.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user