<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Технические работы</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
background-image: url('local/php_interface/include/closed.jpg');
background-size: 85%;
background-color: #ffffff;
background-position: top;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
</body>
</html>