mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 11:39:07 +03:00
25 lines
587 B
PHP
25 lines
587 B
PHP
<?php
|
||
|
||
use App\Services\{Router, Auth, DB, Date};
|
||
?>
|
||
<html lang="ru">
|
||
|
||
|
||
<head>
|
||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/views/components/LoadHead.php'); ?>
|
||
|
||
|
||
</head>
|
||
|
||
|
||
<html>
|
||
<body style="background-color:black">
|
||
|
||
<table style="width:100%; height:100%">
|
||
<tr><td style="color:#fff; text-align:center; font-size:19pt; font-family:arial,helvetica,verdana,sans-serif;"><img src="/static/img/hum.jpg"><br><br>Сервер <?=NGALLERY['root']['title']?> временно отключен в связи с техническими работами.</td></tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|
||
|
||
|