<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Lanner Resources</title>

  <style>

    body {

      margin: 0;

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

      background: #f7f7f5;

      color: #1f2933;

      line-height: 1.6;

    }

    .container {

      max-width: 900px;

      margin: 0 auto;

      padding: 80px 24px;

      text-align: center;

    }

    h1 {

      font-size: 42px;

      margin-bottom: 12px;

      letter-spacing: 0.5px;

    }

    h2 {

      font-size: 22px;

      font-weight: normal;

      color: #4b5563;

      margin-bottom: 40px;

    }

    .card {

      background: #ffffff;

      border-radius: 14px;

      padding: 36px;

      box-shadow: 0 8px 30px rgba(0,0,0,0.08);

      text-align: left;

    }

    .footer {

      margin-top: 40px;

      font-size: 14px;

      color: #6b7280;

    }

    a {

      color: #1f2933;

      text-decoration: none;

      font-weight: bold;

    }

  </style>

</head>

<body>

  <main class="container">

    <h1>Lanner Resources</h1>

    <h2>Resources exploration and development company</h2>


    <div class="card">

      <p>

        Lanner Resources emerging Gold, Copper and base metal exploration and development Company I

      </p>


      <p>

        World Class Gold and Base Metal assets ready for development

      </p>


      <p>

        Further information will be made available in due course.

      </p>


      <p>

        For enquiries, please contact:

        <br />

        <a href="mailto:info@lannerresources.com">info@lannerresources.com</a>

      </p>

    </div>


    <div class="footer">

      © 2026 Lanner Resources. All rights reserved.

    </div>

  </main>

</body>

</html>