Files
openpanel/templates/admini/error_pages/500.html
2024-10-25 01:44:26 +02:00

2 lines
783 B
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>{{ _('500 Error Page') }}</title><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"></head><body><div class="d-flex align-items-center justify-content-center vh-100"><div class="text-center"><h1 class="display-1 fw-bold">500</h1><p class="fs-3"><span class="text-danger">{{ _('Server') }}</span>{{ _('Error') }}</p><p class="lead">{{ _('Click on the button bellow to reload. If the issue persists please contact support.') }}</p><a href="" onclick="window.location.reload()" class="btn btn-primary">{{ _('Refresh page') }}</a></div></div></body>