update maintenance page

This commit is contained in:
themohooks 2024-07-09 00:35:39 +03:00
parent 74b309f6eb
commit 5f36a086fb
3 changed files with 27 additions and 42 deletions

BIN
static/img/500.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
static/img/503.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -1,42 +1,27 @@
<html> <?php
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<head> use App\Services\{Router, Auth, DB, Date};
?>
<html lang="ru">
<head>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/views/components/LoadHead.php'); ?>
</head>
<body>
<style> <style>
/* CSS */ body,h1 {
:root { font-family: 'Inter', sans-serif; } font-family: Tahoma, Geneva, Verdana, sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
@supports (font-variation-settings: normal) {
:root { font-family: 'Inter var', sans-serif; }
}
body {
position: relative;
height: 100vh;
overflow: hidden;
}
#dbErrorBody {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 600px;
text-align: center;
}
#dbErrorBody h1 {
margin-top: 5px;
margin-bottom: 2px;
}
#dbErrorBody span {
color: grey;
}
#dbErrorBody img {
max-width: 468px;
} }
</style> </style>
<title>Birux</title> <center><h1>Сервер <?=NGALLERY['root']['title']?> находится на технических работах</h1></center>
</head> <center><img src="/static/img/503.jpg"></center>
<body>
<div id="dbErrorBody">
<img src="/static/img/serverdown.svg" alt="Database Error"> </body>
<h1>Проводятся технические работы</h1>
</div> </html>
</bo