Soumya79's picture
Upload 49 files
e184c79 verified
raw
history blame contribute delete
348 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>
</head>
<body>
<div class="container">
<h2>Error</h2>
<p>{{ error_message }}</p>
<a href="/upload">Go back to upload page</a>
</div>
</body>
</html>