<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Xcelly</title>

<style>

body {

margin: 0;

padding: 0;

background: radial-gradient(circle at top right, #3b0078 0%, #1a0038 100%);

font-family: Arial, Helvetica, sans-serif;

color: #fff;

}

.wrap {

max-width: 640px;

margin: 0 auto;

padding: 100px 20px;

text-align: center;

}

img {

width: 150px;

height: auto;

margin-bottom: 30px;

}

h1 {

font-size: 40px;

font-weight: 600;

margin-bottom: 16px;

letter-spacing: -0.5px;

}

p {

font-size: 17px;

line-height: 1.6;

margin: 0 0 24px;

}

.foot {

margin-top: 60px;

font-size: 13px;

color: #ccc;

}

</style>

</head>

<body>

<div class="wrap">

<img src="xcelly-logo-150.png" alt="Xcelly logo">

<h1>Xcelly</h1>

<p>Preparing for redevelopment.<br>New direction begins 2027.</p>

<div class="foot">© 2026 Xcelly.com Inc — A Florida Registered Companyy</div>

</div>

</body>

</html>