god i am done with this program

This commit is contained in:
klein panic
2024-10-02 02:14:57 -04:00
parent dd4b46ecdc
commit cc6f0400b7
19 changed files with 808 additions and 176 deletions

View File

@@ -4,10 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error</title>
<link rel="stylesheet" href="{{ url_for('static', filename='error.css') }}">
</head>
<body>
<h1>An error occurred</h1>
<p>{{ error_message }}</p>
<a href="/">Go back to the main page</a>
<div class="error-container">
<h1>An error occurred</h1>
<p>{{ error_message }}</p>
<a href="/">Go back to the main page</a>
</div>
</body>
</html>