<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>500 Internal Server Error - Lolo Rally</title>

<style>

body {

font-family: Arial, sans-serif;

background-color: #f4f4f4;

color: #333;

text-align: center;

padding: 50px;

}

h1 {

color: #e74c3c;

font-size: 48px;

}

p {

font-size: 18px;

}

.location {

font-size: 16px;

margin-top: 20px;

color: #3498db;

}

.footer {

margin-top: 40px;

font-size: 14px;

color: #888;

}

</style>

</head>

<body>

<h1>500 Internal Server Error</h1>

<p>Oops! Something went wrong on our end. We are working to fix it.</p>

<p>In the meantime, please bear with us as we resolve the issue.</p>

<div class="location">

<p>CP3 - JPL: <strong>(34.2103970, -118.1719413)</strong></p>

</div>

<div class="footer">

<p>&copy; 2024 Lolo Rally. All Rights Reserved.</p>

</div>

</body>

</html>