yo

 avatar
unknown
html
2 years ago
1.1 kB
7
Indexable
<!DOCTYPE html>
<html>
<head>
  <title>CHIDI IS THE GOAT</title>
</head>
<body>
  <header>
    <h1>CHIDI IS THE GOAT</h1>
    <nav>
      <ul>
        <li><a href="#">Home</a></li>
        <li><a href="#">About</a></li>
        <li><a href="#">Services</a></li>
        <li><a href="#">Contact</a></li>
      </ul>
    </nav>
  </header>

  <main>
    <section>
      <h2>Welcome to CHIDI IS THE GOAT!</h2>
      <p>We believe that Chidi is the greatest of all time!</p>
    </section>

    <section>
      <h2>About Us</h2>
      <p>Learn more about why we believe Chidi is the GOAT.</p>
    </section>

    <section>
      <h2>Our Services</h2>
      <ul>
        <li>GOAT Consulting</li>
        <li>GOAT Training</li>
        <li>GOAT Merchandise</li>
      </ul>
    </section>

    <section>
      <h2>Contact Us</h2>
      <p>Get in touch with us to share your love for Chidi.</p>
    </section>
  </main>

  <footer>
    <p>&copy; 2023 CHIDI IS THE GOAT. All rights reserved.</p>
  </footer>
</body>
</html>
Editor is loading...