<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>KR Corp Solutions</title>
<style>
body {
font-family: system-ui, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background: linear-gradient(135deg, #0f172a, #1e293b);
color: white;
text-align: center;
}
h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
}
p {
font-size: 1.2rem;
color: #94a3b8;
}
</style>
</head>
<body>
<div>
<h1>KR Corp Solutions</h1>
<p>Coming soon — proprietary algorithmic software powering next-generation marketing automation.</p>
</div>
</body>
</html>