62 lines
1.8 KiB
HTML
62 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>XIC Token Presale - TRON | NewAssetChain</title>
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body {
|
|
background: #0a0a1a;
|
|
color: #fff;
|
|
font-family: 'Segoe UI', sans-serif;
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.container {
|
|
text-align: center;
|
|
padding: 40px 20px;
|
|
max-width: 600px;
|
|
}
|
|
.logo { font-size: 48px; margin-bottom: 20px; }
|
|
h1 { font-size: 2rem; color: #e94560; margin-bottom: 10px; }
|
|
p { color: #aaa; font-size: 1.1rem; margin-bottom: 30px; line-height: 1.6; }
|
|
.badge {
|
|
display: inline-block;
|
|
background: linear-gradient(135deg, #e94560, #ff6b35);
|
|
color: #fff;
|
|
padding: 8px 20px;
|
|
border-radius: 20px;
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
margin-bottom: 30px;
|
|
}
|
|
.back-btn {
|
|
display: inline-block;
|
|
background: transparent;
|
|
border: 2px solid #e94560;
|
|
color: #e94560;
|
|
padding: 12px 30px;
|
|
border-radius: 8px;
|
|
text-decoration: none;
|
|
font-size: 1rem;
|
|
transition: all 0.3s;
|
|
}
|
|
.back-btn:hover { background: #e94560; color: #fff; }
|
|
.tron-icon { color: #ff0013; font-size: 2rem; margin-bottom: 10px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="logo">🔴</div>
|
|
<div class="badge">TRON Chain — Coming Soon</div>
|
|
<h1>XIC Token Presale</h1>
|
|
<p>The TRON (TRC20) version of the XIC Token Presale is currently being prepared.<br>
|
|
Please use the ETH/BNB version in the meantime.</p>
|
|
<a href="https://ico.newassetchain.io/" class="back-btn">← Back to ETH/BNB Presale</a>
|
|
</div>
|
|
</body>
|
|
</html>
|