<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Wild Rescues</title>
    <link rel="stylesheet" href="css/styles.css">
</head>

<body>

<header>
    <a href="index.html">
        <img src="images/baby-hawk.jpg" alt="rescued baby hawk">
    </a>
</header>

<nav>
    <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="about.html">About Us</a></li>
        <li><a href="contact.html">Contact</a></li>
    </ul>
</nav>

<main>

    <p>Welcome to Wild Rescues. Our mission is to rescue, rehabilitate, and release wildlife back into their natural environments.</p>

    <p>We provide care for injured, orphaned, and displaced animals while educating the community about wildlife conservation.</p>

    <h3>Our Services</h3>

    <ul>
        <li>Wildlife rescue</li>
        <li>Animal rehabilitation</li>
        <li>Wildlife education</li>
        <li>Animal release programs</li>
    </ul>

    <img src="images/baby-raccoons.jpg" alt="baby raccoons">

</main>

<footer>
    <p>&copy; 2026 Wild Rescues. All Rights Reserved.</p>
    <p><a href="mailto:contact@wildrescues.net">contact@wildrescues.net</a></p>
</footer>

</body>
</html>