Files
BridgeUpapp/app/Views/errors/html/production.php
T

19 lines
598 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Application Error</title>
<style>
body { font-family: sans-serif; text-align: center; padding: 80px 20px; background: #f5f5f5; color: #333; }
h1 { font-size: 3rem; color: #e74c3c; }
a { color: #3498db; text-decoration: none; }
</style>
</head>
<body>
<h1>Something went wrong</h1>
<p>We encountered an error and could not complete your request.</p>
<p><a href="/">Go back home</a></p>
</body>
</html>