<?php



?>
<!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.0">
    <title>Birux</title>
    <link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
    <script src="https://birux.loc/app/Static/js/j.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
</head>
<style>
@import url("/fonts/sf/stylesheet.css");
    .content__away {
    background-color: rgb(236, 237, 248);
    height: 350px;
    border: none;
    border-radius: 15px;
}
body {
    font-family: SF UI Text !important;
}

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #67a4ff;
}

b {
    color: #3887ff;
}

:root {
    --color-active: rgb(175, 223, 255);
    --first-color: #d7d8e0;
    --second-color: rgb(97, 124, 213);
    --mb-1: 0.5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
    --z-back: -10;
    --z-normal: 1;
    --z-tooltip: 10;
    --z-fixed: 100;
    --body-font: 'SF UI Text';
    --big-font-size: 2rem;
    --h2-font-size: 1.25rem;
    --normal-font-size: 0.938rem;
    --header-height: 3rem;
    --font-semi: 600;
}

@media screen and (min-width: 768px) {
     :root {
        --big-font-size: 3.5rem;
        --h2-font-size: 2rem;
        --normal-font-size: 1rem;
    }
}
.btn-friendly {
    background-color: #d3b81d !important;
    color: aliceblue !important;
}
.btn-friendly:hover {
    background-color: #b19600 !important;
    color: aliceblue !important;
}
.btn-friendly:focus {
    background-color: #d3b81d !important;
    color: aliceblue !important;
}
.btnl-1 {
    border: none !important;
    border-radius: 15px 15px 0 0 !important;
}
.btnl-2 {
    border: none !important;
    border-radius: 0 0 15px 15px !important;
}
</style>
<body>
    <br><br><br>
    <main class="flex-shrink-0">
        <div class="container">
            <div class="content__away">
                <div class="modal-body p-5">
                    <h2 class="mt-3"><b>Whoops!</b></h2>
                    <pre>Configuration files not exists!

                    </pre>
                </div>
            </div>
        </div>
    </main>
</body>