dheer2409's picture
Upload 5 files
9f64292 verified
raw
history blame contribute delete
465 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<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='style.css') }}">
</head>
<body>
<div class="container">
<div class="header">
Error
</div>
<div class="error-message">
<p>{{ message }}</p>
</div>
</div>
</body>
</html>