Вход Регистрация
Файл: resources/views/errors/503.blade.php
Строк: 118
<?php
<!DOCTYPE html>
<
html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<
head>
    <
meta charset="utf-8">
    <
meta name="viewport" content="width=device-width, initial-scale=1">
    <
title>503 — {{ __('errors.service_unavailable') }}</title>
    <
style>
        *, *::
before, *::after box-sizingborder-boxmargin0padding0; }

        
body {
            
font-family: -apple-systemBlinkMacSystemFont'Segoe UI'Robotosans-serif;
            
background#0f172a;
            
color#e2e8f0;
            
min-height100vh;
            
displayflex;
            
align-itemscenter;
            
justify-contentcenter;
            
overflowhidden;
        }

        .
bg {
            
positionfixed;
            
inset0;
            
backgroundradial-gradient(ellipse at 2050%, rgba(99,102,241,.150%, transparent 60%),
                        
radial-gradient(ellipse at 8020%, rgba(168,85,247,.10%, transparent 50%);
        }

        .
wrap {
            
positionrelative;
            
text-aligncenter;
            
padding2rem;
            
max-width480px;
        }

        .
gear-wrap {
            
positionrelative;
            
width120px;
            
height120px;
            
margin0 auto 2rem;
        }

        .
gear {
            
positionabsolute;
            
fillnone;
            
stroke#6366f1;
            
stroke-width2;
        }

        .
gear-big {
            
width90pxheight90px;
            
top15pxleft0;
            
animationspin 8s linear infinite;
            
stroke#6366f1;
        
}

        .
gear-small {
            
width50pxheight50px;
            
top0right0;
            
animationspin 8s linear infinite reverse;
            
stroke#a855f7;
        
}

        @
keyframes spin {
            
from transformrotate(0deg); }
            
to   transformrotate(360deg); }
        }

        .
code {
            
font-size5rem;
            
font-weight800;
            
line-height1;
            
backgroundlinear-gradient(135deg#6366f1, #a855f7);
            
-webkit-background-cliptext;
            -
webkit-text-fill-colortransparent;
            
background-cliptext;
            
margin-bottom.5rem;
        }

        
h1 {
            
font-size1.4rem;
            
font-weight600;
            
color#f1f5f9;
            
margin-bottom.75rem;
        }

        
{
            
color#94a3b8;
            
line-height1.6;
            
margin-bottom2rem;
        }

        .
btn {
            
displayinline-block;
            
padding.65rem 1.6rem;
            
backgroundlinear-gradient(135deg#6366f1, #a855f7);
            
color#fff;
            
text-decorationnone;
            
border-radius8px;
            
font-weight500;
            
font-size.95rem;
            
transitionopacity .2s;
        }

        .
btn:hover opacity.85; }

        .
dots {
            
displayinline-flex;
            
gap6px;
            
margin-bottom1.5rem;
        }

        .
dot {
            
width8pxheight8px;
            
border-radius50%;
            
background#6366f1;
            
animationbounce 1.4s ease-in-out infinite;
        }

        .
dot:nth-child(2) { animation-delay.2sbackground#818cf8; }
        
.dot:nth-child(3) { animation-delay.4sbackground#a855f7; }

        
@keyframes bounce {
            
0%, 80%, 100% { transformtranslateY(0); }
            
40%           { transformtranslateY(-10px); }
        }
    </
style>
</
head>
<
body>
    <
div class="bg"></div>
    <
div class="wrap">
        <
div class="gear-wrap">
            <
svg class="gear gear-big" viewBox="0 0 100 100">
                <
path d="M43.3 5.8l-3.1 9.5a35 35 0 0 0-8.5 3.5l-9-4.7-9.2 9.2 4.7 9a35 35 0 0 0-3.5 8.5L5.8 44v13l9.5 3.1a35 35 0 0 0 3.5 8.5l-4.7 9 9.2 9.2 9-4.7a35 35 0 0 0 8.5 3.5l3.1 9.6h13l3.1-9.5a35 35 0 0 0 8.5-3.5l9 4.7 9.2-9.2-4.7-9a35 35 0 0 0 3.5-8.5l9.5-3.1V44l-9.5-3.1a35 35 0 0 0-3.5-8.5l4.7-9-9.2-9.2-9 4.7a35 35 0 0 0-8.5-3.5L56.2 5.8z"/>
                <
circle cx="50" cy="50" r="15"/>
            </
svg>
            <
svg class="gear gear-small" viewBox="0 0 100 100">
                <
path d="M43.3 5.8l-3.1 9.5a35 35 0 0 0-8.5 3.5l-9-4.7-9.2 9.2 4.7 9a35 35 0 0 0-3.5 8.5L5.8 44v13l9.5 3.1a35 35 0 0 0 3.5 8.5l-4.7 9 9.2 9.2 9-4.7a35 35 0 0 0 8.5 3.5l3.1 9.6h13l3.1-9.5a35 35 0 0 0 8.5-3.5l9 4.7 9.2-9.2-4.7-9a35 35 0 0 0 3.5-8.5l9.5-3.1V44l-9.5-3.1a35 35 0 0 0-3.5-8.5l4.7-9-9.2-9.2-9 4.7a35 35 0 0 0-8.5-3.5L56.2 5.8z"/>
                <
circle cx="50" cy="50" r="15"/>
            </
svg>
        </
div>

        <
div class="code">503</div>
        <
h1>{{ __('errors.service_unavailable') }}</h1>
        <
p>Сайт временно недоступен в связи с техническими работами.<br>Скоро всё заработает!</p>

        <
div class="dots">
            <
span class="dot"></span>
            <
span class="dot"></span>
            <
span class="dot"></span>
        </
div>

        <
br>
        <
a href="/" class="btn">{{ __('errors.to_main') }}</a>
    </
div>
</
body>
</
html>
?>
Онлайн: 1
Реклама