Fixed venv
This commit is contained in:
13
templates/error.html
Normal file
13
templates/error.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Error</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>An error occurred</h1>
|
||||
<p>{{ error_message }}</p>
|
||||
<a href="/">Go back to the main page</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user