<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>ProjectSave</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
.c{text-align:center;padding:2rem}
h1{font-size:2.5rem;font-weight:300;margin-bottom:.5rem;color:#fff}
p{font-size:1.1rem;color:#888;margin-top:.5rem}
</style>
</head>
<body>
<div class="c">
<h1>ProjectSave</h1>
<p>Infrastructure hub</p>
</div>
</body>
</html>