mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
update maintenance page
This commit is contained in:
parent
74b309f6eb
commit
5f36a086fb
3 changed files with 27 additions and 42 deletions
BIN
static/img/500.jpg
Normal file
BIN
static/img/500.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
static/img/503.jpg
Normal file
BIN
static/img/503.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -1,42 +1,27 @@
|
|||
<html>
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
<head>
|
||||
<?php
|
||||
|
||||
use App\Services\{Router, Auth, DB, Date};
|
||||
?>
|
||||
<html lang="ru">
|
||||
|
||||
|
||||
<head>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/views/components/LoadHead.php'); ?>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<style>
|
||||
/* CSS */
|
||||
:root { font-family: 'Inter', sans-serif; }
|
||||
@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;
|
||||
body,h1 {
|
||||
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;
|
||||
}
|
||||
</style>
|
||||
<title>Birux</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="dbErrorBody">
|
||||
<img src="/static/img/serverdown.svg" alt="Database Error">
|
||||
<h1>Проводятся технические работы</h1>
|
||||
</div>
|
||||
</bo
|
||||
<center><h1>Сервер <?=NGALLERY['root']['title']?> находится на технических работах</h1></center>
|
||||
<center><img src="/static/img/503.jpg"></center>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue