<!doctype html>

<meta charset="utf-8">

<title>Octopus</title>

<style>

  body{margin:0;font-family:Arial,Helvetica,sans-serif;display:grid;place-items:center;min-height:100vh;background:#f7fbfc;color:#11313a}

  main{text-align:center;padding:24px}

  h1{margin:0 0 6px;font-size:2.4rem;color:#0c7f94}

  h2{margin:0 0 16px;font-weight:400;color:#4a6b74}

  p{margin:8px 0;font-size:1.05rem;line-height:1.6;max-width:700px}

  footer{margin-top:20px;font-size:.95rem;color:#5a7a83}

</style>

<main>

  <h1>OCTOPUS</h1>

  <h2>OctopusGlobal.net</h2>

  <p>

    Octopus operates globally with interests in Higher Education, International Finance,

    Microfinance, Banking, Cargo Shipping (Sea &amp; Air), and Storage &amp; Logistics

    for private and commercial end users.

  </p>

  <p><strong>Website coming soon.</strong></p>

  <footer>&copy; <script>document.write(new Date().getFullYear())</script> Octopus. All rights reserved.</footer>

</main>