<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>savchenko.design</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background-color: #f5f5f5;
color: #333;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.page {
text-align: center;
background: #fff;
padding: 40px 60px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h1 {
margin: 0 0 10px;
font-size: 2.2rem;
}
p {
margin: 10px 0 0;
color: #666;
}
</style>
</head>
<body>
<div class="page">
<h1>savchenko.design</h1>
<p>Сайт находится в разработке.</p>
</div>
</body>
</html>