Untitled

 avatar
unknown
plain_text
5 months ago
1.1 kB
3
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Cycle Sync | Revolutionizing Urban Cycling</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <header>
    <div class="container">
      <h1>Cycle Sync</h1>
      <p>Your Ultimate Cycling Companion</p>
      <nav>
        <ul>
          <li><a href="index.html">Home</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="prototype.html">App Prototype</a></li>
          <li><a href="marketing.html">Marketing</a></li>
          <li><a href="userguide.html">User Guide</a></li>
        </ul>
      </nav>
    </div>
  </header>
  
  <section class="hero">
    <div class="container">
      <h2>Get Ready to Ride Smarter</h2>
      <p>Cycle Sync helps you navigate urban streets with ease, while reducing traffic and pollution.</p>
      <a href="marketing.html" class="cta-btn">Download Now</a>
    </div>
  </section>

  <footer>
    <div class="container">
      <p>&copy; 2024 Cycle Sync. All Rights Reserved.</p>
    </div>
  </footer>
</body>
</html>
Editor is loading...
Leave a Comment