20 lines
560 B
HTML
20 lines
560 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>k-boris.tech</title>
|
|
<style>
|
|
body { font-family: sans-serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; background: #0f172a; color: #e2e8f0; }
|
|
h1 { font-size: 2.5rem; letter-spacing: -0.05em; }
|
|
p { color: #94a3b8; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="text-align:center">
|
|
<h1>k-boris.tech</h1>
|
|
<p>Coming soon.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|