32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="error-container" style="padding: 40px; width: 100%; display: flex; justify-content: center;">
|
|
|
|
<div class="wrapper" style="display: flex; height: 60vh; width: 100%;
|
|
justify-content: start; align-items: center;">
|
|
|
|
<div class="error-box" style="width: 50%">
|
|
|
|
<div class="error-title" style="font-size: 100px;color: #5E5E5E">
|
|
{{ __('admin::app.error.in-maitainace') }}
|
|
</div>
|
|
|
|
<div class="error-messgae" style="font-size: 24px;color: #5E5E5E">
|
|
{{ core()->getCurrentChannel()->maintenance_mode_text ?: __('admin::app.error.right-back') }}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="error-graphic icon-404" style="margin-left: 10% ;"></div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |