<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Sellwize | B2B Sales Growth</title>
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background: #0f172a;
color: #e5e7eb;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
.container {
max-width: 600px;
padding: 40px;
}
h1 {
font-size: 42px;
margin-bottom: 10px;
letter-spacing: 1px;
}
p {
font-size: 18px;
line-height: 1.6;
opacity: 0.9;
}
a {
display: inline-block;
margin-top: 25px;
padding: 12px 24px;
border-radius: 6px;
background: #38bdf8;
color: #020617;
text-decoration: none;
font-weight: 600;
}
a:hover {
background: #0ea5e9;
}
</style>
</head>
<body>
<div class="container">
<h1>SELLWIZE</h1>
<p>
B2B sales expertise for industrial markets.<br/>
</p>
<a href="mailto:contact@sellwize.org">Contact</a>
</div>
</body>
</html>