Spaces:
Sleeping
Sleeping
Delete 500.html
Browse files
500.html
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="en">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>500 - Server Error</title>
|
| 7 |
-
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
| 8 |
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
-
</head>
|
| 10 |
-
<body>
|
| 11 |
-
<div class="background-animation">
|
| 12 |
-
<div class="gradient-orb orb-1"></div>
|
| 13 |
-
<div class="gradient-orb orb-2"></div>
|
| 14 |
-
<div class="gradient-orb orb-3"></div>
|
| 15 |
-
</div>
|
| 16 |
-
|
| 17 |
-
<div class="container">
|
| 18 |
-
<section class="result-section error glass-card" style="margin-top: 100px; display: block;">
|
| 19 |
-
<div class="result-icon">⚠️</div>
|
| 20 |
-
<h3>500 - Internal Server Error</h3>
|
| 21 |
-
<p>Something went wrong on our end. Please try again later.</p>
|
| 22 |
-
<div style="margin-top: 30px; display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;">
|
| 23 |
-
<a href="/" class="btn btn-primary">
|
| 24 |
-
<i class="fas fa-home"></i> Go Home
|
| 25 |
-
</a>
|
| 26 |
-
<button onclick="window.location.reload()" class="btn btn-secondary">
|
| 27 |
-
<i class="fas fa-redo"></i> Retry
|
| 28 |
-
</button>
|
| 29 |
-
</div>
|
| 30 |
-
</section>
|
| 31 |
-
</div>
|
| 32 |
-
</body>
|
| 33 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|