Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/layout.blade.php
Строк: 34
<?php
<!DOCTYPE html>
<
html lang="en">
    <
head>
        <
meta charset="utf-8">
        <
meta name="viewport" content="width=device-width, initial-scale=1">

        <
title>@yield('title')</title>

        <!-- 
Styles -->
        <
style>
            
htmlbody {
                
background-color#fff;
                
color#636b6f;
                
font-familyui-sans-serifsystem-ui, -apple-systemBlinkMacSystemFont"Segoe UI"Roboto"Helvetica Neue"Arial"Noto Sans"sans-serif"Apple Color Emoji""Segoe UI Emoji""Segoe UI Symbol""Noto Color Emoji";
                
font-weight100;
                
height100vh;
                
margin0;
            }

            .
full-height {
                
height100vh;
            }

            .
flex-center {
                
align-itemscenter;
                
displayflex;
                
justify-contentcenter;
            }

            .
position-ref {
                
positionrelative;
            }

            .
content {
                
text-aligncenter;
            }

            .
title {
                
font-size36px;
                
padding20px;
            }
        </
style>
    </
head>
    <
body>
        <
div class="flex-center position-ref full-height">
            <
div class="content">
                <
div class="title">
                    @yield(
'message')
                </
div>
            </
div>
        </
div>
    </
body>
</
html>
?>
Онлайн: 0
Реклама