Current File : /home/quantums/wipo-office.com/verion/index.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Vereon ($VNX) Presale</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
  <header>
    <img src="assets/img/logo.svg" alt="Vereon Logo" height="60">
    <h1>Vereon Token ($VNX) Presale</h1>
    <p>Next-gen blockchain bridging Ethereum’s security and Solana’s speed — without compromises.</p>
    <a href="how-to-buy.html" class="btn-primary">Join Presale Now</a>
  </header>

  <section>
    <h2>About Vereon</h2>
    <p>Vereon is a secure, modular Layer 1 chain combining best features of ETH and SOL, plus native rollups and zero downtime architecture.</p>
    <a href="roadmap.html">View Roadmap</a> | 
    <a href="tokenomics.html">View Tokenomics</a>
  </section>

  <footer>
    <a href="legal/terms.html">Terms</a> |
    <a href="legal/privacy.html">Privacy</a> |
    <a href="legal/disclaimer.html">Disclaimer</a>
  </footer>
</body>
</html>