Untitled

 avatar
unknown
plain_text
2 years ago
1.2 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>Pastor's Website</title>
</head>
<body style="background-color: #00bfff;">
  <header>
    <h1>Pastor's Website</h1>
  </header>
  <main>
    <section>
      <h2>About Me</h2>
      <p>I am a pastor who is passionate about sharing the love of Jesus Christ with others. I believe that everyone has a purpose in life, and I am here to help people discover theirs.</p>
    </section>
    <section>
      <h2>Sermons</h2>
      <ul>
        <li><a href="#">Sermon 1</a></li>
        <li><a href="#">Sermon 2</a></li>
        <li><a href="#">Sermon 3</a></li>
      </ul>
    </section>
    <section>
      <h2>Blog</h2>
      <ul>
        <li><a href="#">Blog Post 1</a></li>
        <li><a href="#">Blog Post 2</a></li>
        <li><a href="#">Blog Post 3</a></li>
      </ul>
    </section>
    <section>
      <h2>Contact Me</h2>
      <p>You can contact me at <a href="mailto:pastor@example.com">pastor@example.com</a> or by phone at (555) 555-5555.</p>
    </section>
  </main>
  <footer>
    <p>Copyright &copy; 2023 Pastor's Website</p>
  </footer>
</body>
</html>
Editor is loading...