<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>R123 News - Contact</title>

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

  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">

  <link rel="stylesheet" href="style.css">

</head>

<body>

 

  <nav class="container-fluid">

    <ul><li><strong>R123News</strong></li></ul>

    <ul>

      <li><a href="index.html">Home</a></li>

      <li><a href="breaking-news.html">Breaking News</a></li>

      <li><a href="podcasts.html">Podcasts</a></li>

      <li><a href="speak-out.html">Speak Out</a></li>

      <li><a href="patient-education.html">Patient Education</a></li>

      <li><a href="memorial.html">Memorial</a></li>

      <li><a href="legal-rights.html">Legal Rights</a></li>

      <li><a href="good-care.html">Good Care</a></li>

      <li><a href="accountability-directory.html">Accountability</a></li>

      <li><a href="open-letters.html">Open Letters</a></li>

      <li><a href="team-bios.html">Team Bios</a></li>

      <li><a href="contact.html">Contact</a></li>

    </ul>

  </nav>

 

  <main class="container">

    <h2>Contact & Subscribe</h2>

    <p>Reach out to us directly or subscribe for updates.</p>

 

    <form class="grid">

      <input type="text" id="firstname" name="firstname" placeholder="First Name" required>

      <input type="email" id="email" name="email" placeholder="Email Address" required>

      <button type="submit" onclick="event.preventDefault()">Subscribe</button>

    </form>

  </main>

 

  <footer class="container">

    <p><em>“Pulling Patients Back to Their Rightful Place — the <strong>Pyramid's Peak</strong>.”</em></p>

    <small>© 2025 R123News</small>

  </footer>

 

</body>

</html>